rindow / rindow-rl-gym
A toolkit for developing and comparing reinforcement learning algorithms.
0.2.0
2026-09-02 03:44 UTC
Requires
- php: ^8.1
- interop-phpobjects/polite-ai: ^1.1.1
- rindow/rindow-math-matrix: ^2.2
Requires (Dev)
- ext-gd: *
- rindow/rindow-math-plot: ~1.0.9
Suggests
- rindow/rindow-math-matrix-matlibffi: ^1.1 strongly recommended for speed
Provides
None
Conflicts
None
Replaces
None
README
Gym
Gym is an open source PHP library for developing and comparing reinforcement learning algorithms by providing a standard API to communicate between learning algorithms and environments, as well as a standard set of environments compliant with that API.
Original source codes are the OpenAI Gym.
This is a port of the Python source code to PHP code.