Yuhang Song

Results 6 comments of Yuhang Song

just fixed in a recent commit, looks like import Token is not necessary. https://github.com/YuhangSong/Arena-Baselines/commit/b14ad61527ae1c422eeb9c61204dba1947d52d36

however, I cannot reproduce the error message from you, which seems to be a PyInquirer problem depends on the system you are running on? let me know if the recent...

Hi, thanks for pointing out. To clarify things, We use TF-1.14 specifically since rllib breaks after this version. PPO cannot solve Pong at least as I tested. mlagents requires another...

Also, you may encounter errors while installing dependencies: ``` ERROR: jupyter-console 6.1.0 has requirement prompt-toolkit!=3.0.0,!=3.0.1,=2.0.0, but you'll have prompt-toolkit 1.0.14 which is incompatible. ERROR: ipython 7.13.0 has requirement prompt-toolkit!=3.0.0,!=3.0.1,=2.0.0, but...

Also, the other users of this project confirmed that he can reproduce the environment easily just copy and paste the command lines in https://github.com/YuhangSong/Arena-Baselines#dependencies Since all the command lines are...

We have further frozen the package's version in [requirements.txt](https://github.com/YuhangSong/Arena-Baselines/blob/master/requirements.txt), as well as update commands in readme.md, now you only have to run ```pip install -r requirements.txt```. We have tested it...