Skip to content

Here are all the code files for my final project - two agents zero sum stochastic game

Notifications You must be signed in to change notification settings

EliavSh/FinalProjectRL

Repository files navigation

FinalProjectRL

Here are all the code files for my final project - two agents zero sum stochastic game

Running instructions

  1. Edit 'FinalProjectRL/configs/config.ini' (with interactive_mode=True the pygame window will pop with a visualization.
  2. In 'FinalProjectRL/runnable_scripts/main.py', fill the first_agent and second_agent as desired.
  3. In 'FinalProjectRL/runnable_scripts/main.py', change the 'set_ups' variable for the desired scenario (there are many examples there).
  4. Run the script 'FinalProjectRL/runnable_scripts/main.py'.

Requirements:

  1. pygame
  2. pytorch
  3. torchvision
  4. PIL

About

Here are all the code files for my final project - two agents zero sum stochastic game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages