martius-lab / laser-hockey-env

A simple laser-hockey gym environment for RL agents
MIT License
11 stars 14 forks source link

Tensorboard Box2d conflict #3

Closed ghost closed 3 years ago

ghost commented 5 years ago

Hi! Did somebody manage to get tensorboard and box2d running under linux?

ModuleNotFoundError: No module named 'Box2D'

georgmartius commented 5 years ago

Mh, looks messy. We are installing it though pip: pip install "gym[box2d]" use pip3 if you have both python 2 and 3 installed. The error message also points potentially to some problems in the load path.