shariqiqbal2810 / MAAC

Code for "Actor-Attention-Critic for Multi-Agent Reinforcement Learning" ICML 2019
MIT License
645 stars 169 forks source link

How to solve env_id? #32

Open lylyjy opened 3 years ago

lylyjy commented 3 years ago

main.py: error: the following arguments are required: env_id, model_name

IntouchablesU commented 3 years ago

I also have the same problem. have you solve it?

stephmilani commented 2 years ago

I believe you just need to pass in those arguments, so try:

python main.py "simple_spread" "maac"