Skip to content

frnsys/gridworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple gridworld renderer can render a sequence of moves on the gridworld as a gif

to use in a notebook:

import IPython.display as IPdisplay
output = '/tmp/output.gif'
IPdisplay.Image(url=output)

About

simple gridworld->gif renderer for demos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages