Skip to content

OpenAI Gym environment for Jack's Car Rental Problem from Sutton & Barto.

License

Notifications You must be signed in to change notification settings

gsverhoeven/gym_jcr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gym_jcr

This repository contains a Gym Environment that implements Jack's Car Rental Problem from the book "Reinforcement Learning" by Sutton & Barto.

The environment is suitable for Dynamic Programming, as it exposes the full one-step-ahead MDP dynamics.

See for more information the accompanying blog post at https://gsverhoeven.github.io

Installation

git clone https://github.com/gsverhoeven/gym_jcr
cd gym_jcr
pip install .

In your gym environment:

import gym_jcr
env = gym.make("JacksCarRental-v0") 

About

OpenAI Gym environment for Jack's Car Rental Problem from Sutton & Barto.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published