Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Create bot1.6 - #102

Open
cristyandavid1 wants to merge 1 commit into
openai:masterfrom
cristyandavid1:patch-1
Open

Create bot1.6#102
cristyandavid1 wants to merge 1 commit into
openai:masterfrom
cristyandavid1:patch-1

Conversation

@cristyandavid1

Copy link
Copy Markdown

No description provided.

@cristyandavid1

Copy link
Copy Markdown
Author

$ xvfb-run -s "-screen 0 1400x900x24" ipython
Python 3.6.0 | packaged by conda-forge | (default, Feb 9 2017, 14:36:55)
Type 'copyright', 'credits' or 'license' for more information
IPython 6.2.1 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import roboschool, gym

In [2]: env = gym.make('RoboschoolHumanoid-v1')

In [3]: envm = gym.wrappers.Monitor(env, 'test_monit', video_callable=lambda x: True, force=True)

In [4]: o = envm.reset()

In [5]: o = envm.reset()
render-glwidget.cpp:56 ERROR: 0x502
python: render-glwidget.cpp:56: void Household::Camera::camera_render(const boost::shared_ptrSimpleRender::Context&, bool, bool, bool): Assertion `e == GL_NO_ERROR' failed.
Aborted (core dumped)
$ xvfb-run -s "-screen 0 1400x900x24" ipython
Python 3.6.0 | packaged by conda-forge | (default, Feb 9 2017, 14:36:55)
Type 'copyright', 'credits' or 'license' for more information
IPython 6.2.1 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import roboschool, gym

In [2]: env = gym.make('RoboschoolHumanoid-v1')

In [3]: envm = gym.wrappers.Monitor(env, 'test_monit', video_callable=lambda x: True, force=True)

In [4]: o = envm.reset()

In [5]: done = False

In [6]: while not done:
...: _, _, done, _ = envm.step(envm.action_space.sample())
...:

In [7]: o = envm.reset()
render-glwidget.cpp:56 ERROR: 0x502
python: render-glwidget.cpp:56: void Household::Camera::camera_render(const boost::shared_ptrSimpleRender::Context&, bool, bool, bool): Assertion `e == GL_NO_ERROR' failed.
Aborted (core dumped)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant