Simulator for Reinforcement Learning and AI. 2D environments with physics and interactive entities. Agents with rich sensors and actuators.
27
stars
10
forks
source link
Engine reset should include update_observations #66
Closed
vakker closed 1 year ago
If I run the following then before the first iteration there's not observations only if I use
update_observations
:I think that should be part of the
reset
method of theEngine
.