Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RenderTextureSensor+Component unit tests #3566

Closed
wants to merge 2 commits into from

Conversation

chriselion
Copy link
Contributor

@chriselion chriselion commented Mar 4, 2020

Proposed change(s)

Add unit tests for RenderTextureSensor and RenderTextureSensorComponent

(builds off of #3564)

@@ -8,43 +9,97 @@ namespace MLAgents.Sensors
[AddComponentMenu("ML Agents/Camera Sensor", (int)MenuGroup.Sensors)]
public class CameraSensorComponent : SensorComponent
{
[HideInInspector]
[SerializeField]
[FormerlySerializedAs("camera")]
Copy link
Contributor

@surfnerd surfnerd Mar 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: put these one the same line

@chriselion chriselion closed this Mar 5, 2020
@chriselion chriselion deleted the develop-rendertex-sensor-tests branch March 10, 2020 20:21
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants