sjtu-marl / malib

A parallel framework for population-based multi-agent reinforcement learning.
https://malib.io
MIT License
498 stars 60 forks source link

TypeError: load() missing 1 required positional argument: 'Loader' in main branch #37

Closed xuehui1991 closed 2 years ago

xuehui1991 commented 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'
KornbergFresnel commented 2 years ago

The repo has been refactored, thus I close this issue