An API standard for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly Gym)
7.43k
stars
839
forks
source link
[Bug Report] Box2d car racing environment fails to take integer action #1233
Open
brseong opened 4 weeks ago
Describe the bug
https://github.com/Farama-Foundation/Gymnasium/commit/8161d7d0a025ef53598c7c845ad583c168e6db36#diff-b2657ab36b5d46d0f112f0c7d20e3026e4d50c8a0e260e5669002d229e5f027cR544
the newly added line 543 of box2d/car_racing.py always fails to run non-continuous action.
Code example
Replacing the type casting may be helpful:
System info
No response
Additional context
No response
Checklist