gaorkl / simple-playgrounds

Simulator for Reinforcement Learning and AI. 2D environments with physics and interactive entities. Agents with rich sensors and actuators.
MIT License
27 stars 10 forks source link

Create tests for all ray sensors #87

Open gaorkl opened 2 months ago

gaorkl commented 2 months ago

Is your feature request related to a problem? Please describe. The current ray sensors are not tested. Can you add tests for the RGBCamera, GreyCamera, Distance, and Semantic?

Describe the solution you'd like A list of tests in a single file in tests/test_agents/test_sensors. I want the tests to have good coverage.