Skip to content

mishig25/GymBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GymBoard - A small wrapper class that lets you render OpenAI Gym envs (as GIFs) in TensorBoard's Images tab

Installation:

pip install git+https://github.com/mishig25/GymBoard

Example usage:

in your python file, call:

import gym
from gymboard import GymBoard

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

gboard = GymBoard()
gboard.show()
gboard.write_env(env, step=0)

Checkout the notebook here for more comprehensive example.

License: MIT

About

Render OpenAI Gym envs in TensorBoard

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published