oxwhirl / pymarl

Python Multi-Agent Reinforcement Learning framework
Apache License 2.0
1.87k stars 384 forks source link

Issue when running with Docker #122

Closed youryz closed 3 years ago

youryz commented 3 years ago

Hi experts,

When I run the code with default command bash run.sh $GPU python3 src/main.py --config=qmix --env-config=sc2 with env_args.map_name=2s3z

It says "docker: Error response from daemon: Unknown runtime specified nvidia."

I am stuck here. Does anyone have any ideas on this please?

Thanks!

youryz commented 3 years ago

nvm, should be a problem with my Docker. Reinstalled nvidia-docker and this problem went away