Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Add Pixel-level Observations for mujoco #136

Open
4 of 9 tasks
Benjamin-eecs opened this issue May 21, 2022 · 1 comment
Open
4 of 9 tasks

[Feature Request] Add Pixel-level Observations for mujoco #136

Benjamin-eecs opened this issue May 21, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Benjamin-eecs
Copy link
Collaborator

Benjamin-eecs commented May 21, 2022

Motivation

#107 (comment)

Solution

Init thought:

Add method render or off_screen_render in both mujoco_env.h

Additional context

mujoco_py use MjRenderPool for multiprocess off-screen and on-screen render on multi-GPU

Road Map

  • Go through their record.cc, get familar with off screen render with 3 different OpenGL context: GLFW, OSMesa and EGL
  • Update BUILD file
  • dm_control: Physics.render and Camera
  • mujoco_py
  • Add some unit tests (good to submit the first PR here);

Resource

dm_control

mujoco_py

FrameStack Wrapper

Checklist

  • I have checked that there is no similar issue in the repo (required)
@zhongwen
Copy link

zhongwen commented Jun 2, 2022

An internal project by https://github.com/Ericonaldo requires this feature. Can we bump the priority up? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants