rindow/rindow-rl-gym

A toolkit for developing and comparing reinforcement learning algorithms.

0.1.1 2022-09-24 02:29 UTC

This package is auto-updated.

Last update: 2024-04-24 06:01:24 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.