Skip to content

hfwittmann/gym_game_nim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a illustration of how to extend OpenAI with a simple environment.

Import the evnvironment like this:

import gym import gym_game_nim # custom environment

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

For more information see accompanying blogpost: https://arthought.com/game-of-nim

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages