Gym.jl icon indicating copy to clipboard operation
Gym.jl copied to clipboard

Switch from Gtk to GLFW

Open kraftpunk97-zz opened this issue 5 years ago • 1 comments

kraftpunk97-zz avatar Jul 29 '19 19:07 kraftpunk97-zz

Would change up the render!(env), to allow for running julia scripts from terminal and display the video?

Currently, w/o being in an IJulia notebook, the output of demo_script from readme and render!(env) is just:

$ julia basic_diffrl.jl                       
Cairo.CairoSurfaceBase{UInt32}(Ptr{Nothing} @0x0000000014b86890, 600.0, 400.0)
...
Cairo.CairoSurfaceBase{UInt32}(Ptr{Nothing} @0x0000000014b86890, 600.0, 400.0)

Currently, is there a way to render!() from terminal?

anandijain avatar Aug 27 '19 14:08 anandijain