Skip to content

A custom gymnasium environment for global risk domination game alongside solves with RL algorithms

Notifications You must be signed in to change notification settings

BoxingBytes/RiskBot_RL

Repository files navigation

Install

  • Clone this repo
  • Run pip install -r requirements.txt

Run python main_game_v0.py -h for help on how to start a game

Start a game

With Random players

python .\main_game_v0.py -m test_map_v0 -p p1:bot -p p2:bot

This will start a game with automated player acting randomly

Testing the custom environment

Run the dqn.py file to train using dqn. Use the generated .keras files to test the trained agent

About

A custom gymnasium environment for global risk domination game alongside solves with RL algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages