Coder Social home page Coder Social logo

Comments (5)

vonHartz avatar vonHartz commented on July 29, 2024 2

I had the same problem and fixed it with pull request #22 .

from multi-agent-emergence-environments.

AmitMandliya avatar AmitMandliya commented on July 29, 2024

I am facing the same issue. Were you able to fix it?

from multi-agent-emergence-environments.

shangdongyang avatar shangdongyang commented on July 29, 2024

Mee too, how to solve this problem?

from multi-agent-emergence-environments.

HACLANG avatar HACLANG commented on July 29, 2024

Mee too, But I have solved it in the following way:

pip3 install jsonnet
pip install jsonnet

then run:

git clone https://github.com/openai/mujoco-py.git
cd mujoco-py/
sudo apt-get update
sudo apt-get install patchelf
sudo apt-get install python3 python-dev python3-dev build-essential libssl-dev libffi-dev libxml2-dev libxslt1-dev zlib1g-dev libglew1.5 libglew-dev python-pip
sudo apt-get install libgl1-mesa-dev libgl1-mesa-glx libosmesa6-dev python3-pip python3-numpy python3-scipy
sudo pip3 install -r requirements.txt
sudo pip3 install -r requirements.dev.txt
sudo python3 setup.py install
sudo pip3 install gym
sudo pip install requirements.txt -e .
sudo pip install requirements.dev.txt -e .
pip install -e .

from multi-agent-emergence-environments.

pavlosSkev avatar pavlosSkev commented on July 29, 2024

I had the same error. I fixed it by running it like this:

python bin/examine.py examples/blueprint.jsonnet examples/blueprint.npz

It has something to do with the imports I think. So just be outside the "bin" folder, and run this command.

from multi-agent-emergence-environments.

Related Issues (20)

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.