Skip to content

TanguyLevent/RL-Platform-Game---PAMDP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platform Project

Project PAMDP

Requirements

Python (mandatory)

Python 3.8+ (3.10 issue with Pytorch)

Requirements (mandatory)

PyTorch

Environment

  • GYM: pip install gym
  • Platform: pip install -e git+https://github.com/cycraig/gym-platform#egg=gym_platform

Algorithms

Each algorithm can be trained and tested (test not yet finished).

python ./main.py --algorithm NAME train  # Train algorithm NAME
python ./main.py --algorithm NAME test  # Test algorithm NAME

About

Project PAMDP on Platform Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages