entity-neural-network / entity-gym

Standard interface for entity based reinforcement learning environments.
Other
36 stars 5 forks source link

Tutorial not working due to ValueError #13

Closed Bene94 closed 1 year ago

Bene94 commented 1 year ago

When trying to reproduce the tutorial, the following error appears:

_Exception has occurred: ValueError invalid literal for int() with base 10: '' File "/local/home/bewinter/entity-gym/treasurehunt.py", line 82, in CliRunner(env).run() ValueError: invalid literal for int() with base 10: ''

The code is copied and pasted from tutorial.py. Entity-Gym version is:

entity-gym 0.1.8 pypi_0 pypi

cswinter commented 1 year ago

This happens when "Enter" is still pressed after the program starts. Fixed by https://github.com/entity-neural-network/entity-gym/pull/14