PaddlePaddle / XWorld

A C++/Python simulator package for reinforcement learning
Apache License 2.0
85 stars 63 forks source link

make_screen should appear after the teaching stage #79

Closed yu239-zz closed 6 years ago

yu239-zz commented 6 years ago

The teacher could change the env at a time step. To avoid a time delay, we should make_screen only after the teaching stage.