yandexdataschool / Practical_RL

A course in reinforcement learning in the wild
The Unlicense
5.87k stars 1.68k forks source link

[Week04] Migrate to gymnasium #527

Closed laktionov closed 1 year ago

laktionov commented 1 year ago

Whenever game ends due to termination or truncation, add record with done=terminated and reset the game.

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

dniku commented 1 year ago

Thanks!