Closed xuehui1991 closed 2 years ago
When I use the command "python run_atari_game.py --config examples/configs/maatari/dqn_basketball_pong.yaml " to setup the atari in examples. will raise an error:
Traceback (most recent call last): File "run_atari_game.py", line 26, in <module> config = yaml.load(f) TypeError: load() missing 1 required positional argument: 'Loader'
The repo has been refactored, thus I close this issue
When I use the command "python run_atari_game.py --config examples/configs/maatari/dqn_basketball_pong.yaml " to setup the atari in examples. will raise an error: