Skip to content

Jawing/MARL

Repository files navigation

Multi-agent reinforcement learning Project

Set up instructions for the PettingZoo environment project (Linux)

Install anaconda

Run ./setup.sh to install the required packages for the environment.

Using space invaders

Default settings:

env = space_invaders_v2.env(render_mode="rgb_array", alternating_control=False, moving_shields=True, zigzaging_bombs=False, fast_bomb=False, invisible_invaders=False)

The notebook ./playground.ipynb contains the code for the agent and the environment and can be used to test the agent and obtain output images and results.

About

MARL project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages