Git Product home page Git Product logo

Comments (2)

junjungoal avatar junjungoal commented on September 28, 2024

@QUIlToT
Hi, depending on the version of mujoco_py, it might be different. Could you please show me the error message happened during the compilation of mujoco-py?

from mopa-rl.

zichunxx avatar zichunxx commented on September 28, 2024

@QUIlToT Hi, depending on the version of mujoco_py, it might be different. Could you please show me the error message happened during the compilation of mujoco-py?

I installed mujoco_py according to the requirements.txt and solve the error by following the issues of mujoco_py.

However, I still have some questions and hope to get your answers.

When the following code is executed, I can find Found 3 GPUs for rendering. Using device 0 in the Pycharm console window.

image = sim.render(width=300, height=300, camera_name = 'cam0', depth=False, device_id=0)

However, when I use pytorch to detect the number and name of GPU, the related codes and displays are shown below

print('Number of gpu: ', torch.cuda.device_count())
print('its name: ', torch.cuda.get_device_name(0))

Number of gpu: 1
its nameNVIDIA GeForce RTX 3070 Ti

Why the numbers of GPUs detected by the two methods are different?

from mopa-rl.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.