Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 421 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 421 Bytes

Online RPG Environment for Reinforcement Learning

Usage:

All command should be executed from the main directory:

To start the server:

python Server_py/game.py

To train the reinforcement learning algorithm:

python (PPO or A2C)/train.py

To play as a human:

python Environment/environment.py

For more information: Publication