Search by

rindow / rindow-rl-gym

yuichiis

A toolkit for developing and comparing reinforcement learning algorithms.

Package info

github.com/rindow/rindow-rl-gym

pkg:composer/rindow/rindow-rl-gym

Statistics

Installs: 16

Dependents: 0

Suggesters: 1

Stars: 0

Open Issues: 0

0.2.0 2026-09-02 03:44 UTC

This package is auto-updated.

Last update: 2026-09-02 04:18:55 UTC


README

Status: Build Status Downloads Latest Stable Version License

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.