Skip to content

AlphaGo knock-off: On-Policy Monte Carlo Tree Search for Hex (IT3105: Artificial Intelligence Programming (spring 2023))

Notifications You must be signed in to change notification settings

martinwholtmon/IT3105-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IT3105 2023

Course: https://www.idi.ntnu.no/emner/it3105/

Usage

You can initiate training by executing:
python3 ./rl-agent/main.py

To run TOPP, you must provide an uuid and the flagg:
python3 ./rl-agent/main.py {uuid} --topp

The config will be saved to file, same with the model. See the config file to adjust model/system parameters.

Params

--topp: Execute topp, but requires that you provide a session uuid.

--render: Will render/print the games to console.

Dependencies

Python: 3.11

PyTorch: 2.1.0.dev20230308+cu118

About

AlphaGo knock-off: On-Policy Monte Carlo Tree Search for Hex (IT3105: Artificial Intelligence Programming (spring 2023))

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages