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

Running roboschool on Ubuntu 24.04 #218

Open
danieldugas opened this issue Jun 22, 2024 · 0 comments
Open

Running roboschool on Ubuntu 24.04 #218

danieldugas opened this issue Jun 22, 2024 · 0 comments

Comments

@danieldugas
Copy link

I'm aware this repository is deprecated. Still, it's useful to be able to run a mujoco HumanoidFlagrun baseline with a trained agent, so I wanted to see if I could get it running on Ubuntu 24.04.

After a few issues (e.g. #206 #208 #210) I was able to get it running using the following

sudo apt-get install libgl1-mesa-dev # otherwise, segfault bug in env.render()
sudo apt-get install libpcre3-dev # don't remember the exact reason
sudo apt install python3-setuptools-whl
sudo apt install python3.7-full # make sure to activate deadsnakes ppa first
virtualenv rs37env --python=python3.7
source ~/rs37env/bin/activate 
pip install roboschool==1.0.48 gym==0.15.4

After this, I was able to run

python agent_zoo/RoboschoolHumanoidFlagrun_v0_2017may.py

This is more of a report than an actionable issue,
if I was to suggest an action, it would be to edit the README to include information about tested systems (e.g. vX.X.X tested working on Ubuntu Y.Y, see Issue #XXX)

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

No branches or pull requests

1 participant