Project PAMDP
Python 3.8+ (3.10 issue with Pytorch)
- GYM:
pip install gym
- Platform:
pip install -e git+https://github.com/cycraig/gym-platform#egg=gym_platform
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