Skip to content

Latest commit

 

History

History
18 lines (6 loc) · 581 Bytes

README.md

File metadata and controls

18 lines (6 loc) · 581 Bytes

Prey Predator simulation

This repository contains the code for a prey predator simulation. The simulation is based on a grid world where the prey and predator move around. All agents are trained using reinforcement learning, and more specifically, MADDPG. MADDPG is an extension of DDPG that allows multiple agents to learn in a cooperative or competitive environment. Refer to the report for more details.

Full report: report.pdf

Poster: poster.pdf

Demo

poster