Open arcaputo3 opened 3 years ago
I should note that this ONLY occurs in a Jupyter setting. When executed with Python directly there is no issue.
Hey @arcaputo3,
I think that this might be a weird interaction caused by Jupyter. I'll take a look at it.
I tried getting the example to run in Jupyter, to no avail.
Jupyter creates an event loop, which is interfering with the way play_against
is currently implemented. This should be fixed in future updates that include large changes to play_against
and EnvPlayer
in general.
I would recommend not using jupyter to run your training scripts.
This happens when executed with Python (3.6.13) in a conda environment. I receive the following error:
I am guessing this has to do with a dependency issue - attached is a
requirements.txt
containing all installed packages: