Skip to content

multi-agent pybox2d environment based off of OpenAI multiagent-particle-envs

Notifications You must be signed in to change notification settings

khajash/multiagent-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multiagent-env

This multi-agent pybox2d environment is based off of OpenAI's multiagent-particle-envs. The files that are custom for my environment are:

  • ./multiagent/my_core.py
  • ./multiagent/my_environment.py
  • ./multiagent/my_world.py
  • ./multiagent/scenarios/simple_blocks.py

NOTE: this project is in progress

Setup

  • Recommended to use a virtual environment, such as venv, virtualenv or conda
git clone https://github.com/khajash/multiagent-env.git
cd multiagent-env
python -m venv .env
source .env/bin/activate
pip install -e .

Usage

  • Run python test_env.py to see the agents run using a random policy.
    • Look at test_env.py for more details on usage.

About

multi-agent pybox2d environment based off of OpenAI multiagent-particle-envs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages