howardh / gym-fourrooms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Four Rooms

An implementation of the four rooms environment used in Sutton et al. 1999.

alt text

Installation

pip install -e git+https://github.com/howardh/gym-fourrooms#egg=gym_fourrooms

Usage

import gym
gym.make('gym_fourrooms:fourrooms-v0')

References

Richard S Sutton, Doina Precup, and Satinder Singh. “Between MDPs and semi-MDPs: A framework for temporal abstraction in reinforcement learning”. In: Artificial intelligence 112.1-2 (1999), pp. 181–211.

About


Languages

Language:Python 100.0%