schroederdewitt / multiagent_mujoco

Benchmark for Continuous Multi-Agent Robotic Control, based on OpenAI's Mujoco Gym environments.
Apache License 2.0
330 stars 34 forks source link

Typo in README #3

Closed parachutel closed 4 years ago

parachutel commented 4 years ago

env_args.agent_conf of 4-Agent Ant should be 4x2 instead of 2x4.

And per obsk.py env_args.scenario of 2-Agent Walker should be Walker2d-v2 instead of Walker-v2, and env_args.agent_conf should be 2x3 instead of 2x1.