SoulsGym documentation
Contents
SoulsGym documentation#
SoulsGym is an extension of the Gymnasium module, the successor of OpenAI’s gym for Reinforcement Learning in Python. With SoulsGym you can train Reinforcement Learning algorithms on Dark Souls III bosses using the Gym API. The video shows an example of an agent training against Iudex Gundyr. The game runs at 3x speed to accelerate training.
Getting Started
Python API
Notes