Jiayi Weng

Results 303 comments of Jiayi Weng

could you execute `python -c "import envpool; print(envpool)"` to check the real import path?

interesting, how did you install the package?

could you exec `tree /home/renos/anaconda3/envs/enp/lib/python3.10/site-packages/envpool`?

can you import `envpool.mujoco.mujoco_gym_envpool`?

what's your os version? we don't support ubuntu 16.04

okay, could you try creating docker via `make docker-release-launch`, build the wheel in this docker and install it to have a test? I guess the issue is the default docker...

Interesting, it seems the test is broken on master. I’ll try my best and get it fixed this week. Sorry for the break!

Sorry more delay, I can't make it this week, will try next week (try to ship a big thing to chatgpt training)

This is intended. We don't follow gym vector env's API because it has some performance issues by design. See #194