Skip to content

This project simulates a virtual war between n RL-reasoning (Q-learning) agents.

Notifications You must be signed in to change notification settings

Subramanyam6/Multi-Agent-War-Simulation-using-Reinforcement-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Multi-Agent-War-Simulation-Using-Reinforcement-Learning

This code simulates a virtual war between n agents all of whom use RL. This is a level-1 reasoning type where each agent assumes that their neighbors or opponents use the same reasoning as them (imagine rock-paper-scissors!). Please see the project proposal for domain design and details. The code is completely written in Python and asks for relevant user input. Please reach out to me @bduggirala2@huskers.unl.edu for any questions. Currently, the code works without any bottlenecks if the number of agents is <= 6. My future work is to scale it 10+ agents.

Instructions:

  1. Read the design document
  2. Update the settings file as per your liking
  3. Run the Run.py file
  4. Input the main settings as user input (just for fun :D)
  5. Enjoy the war

WIP as of 05/15/2024:

  1. Working on visualizing the agent health during both training, and simulation
  2. Working on profiling the code to eliminate any potential bottlenecks

About

This project simulates a virtual war between n RL-reasoning (Q-learning) agents.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages