Skip to content

gravesec/gym-mountain-cliff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gym-mountain-cliff

An implementation of the Mountain Cliff environment for use with OpenAI Gym.

Installation

  1. Clone this repository.
  2. (optional) Activate the Python virtual environment you want to use this with.
  3. Run pip install -e . in the gym-mountain-cliff project directory.

Usage

import gym
import gym_mountain_cliff

env = gym.make('MountainCliff-v0')

References

De Asis, K., Hernandez-Garcia, J. F., Holland, G. Z., & Sutton, R. S. (2018, April). Multi-step reinforcement learning: A unifying algorithm. In Thirty-Second AAAI Conference on Artificial Intelligence.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages