TanguyLevent / RL-Platform-Game---PAMDP

Project PAMDP on Platform Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%