Orion.Zou

Results 5 comments of Orion.Zou

> @aswinnahrendra Did you find a way for this? > I usually use `os.environ["SDL_VIDEODRIVER"] = "dummy"` at the beginning of my codes to turn off the pygame window, but for...

I updated pygame to version 2.0.1 and ran test.py, the error do not appear. It is amazing.

> > I updated pygame to version 2.0.1 and ran test.py, the error do not appear. It is amazing. > > I removed pygame dependency and used this library instead:...

I meet the same problem with the following command: git clone https://github.com/rail-berkeley/d4rl.git cd d4rl pip install -e . Then I try to execute the second command: pip install git+https://github.com/rail-berkeley/d4rl@master#egg=d4rl Error...

> > I meet the same problem with the following command: > > git clone https://github.com/rail-berkeley/d4rl.git > > cd d4rl > > pip install -e . > > Then I...