rindow/rindow-rl-gym

A toolkit for developing and comparing reinforcement learning algorithms.

Maintainers

Package info

github.com/rindow/rindow-rl-gym

pkg:composer/rindow/rindow-rl-gym

Statistics

Installs: 10

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.1 2022-09-24 02:29 UTC

This package is auto-updated.

Last update: 2026-02-24 10:02:04 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.