Yuxing Wang
Yuxing Wang
> Hi, I was running some simple tests with BiWalk. > > My code is > > ``` > robot_structure, robot_connections = sample_robot((5, 5)) > biwalk = BiWalk(body=robot_structure, connections=robot_connections) >...
> In a terminal, when i cd to the examples folder and run gym_test.py, I get > > Using Evolution Gym Simulator v2.2.5 Error initializing GLFW. Segmentation fault (core dumped)...
> Hello, When I try to run gym_test.py I get the following error: > > `PS C:\Users\Yoyo\evogym> & C:/Users/Yoyo/AppData/Local/Programs/Python/Python39/python.exe c:/Users/Yoyo/evogym/examples/gym_test.py Traceback (most recent call last): File "c:\Users\Yoyo\evogym\examples\gym_test.py", line 2, in...
> > > Hello, When I try to run gym_test.py I get the following error: > > > `PS C:\Users\Yoyo\evogym> & C:/Users/Yoyo/AppData/Local/Programs/Python/Python39/python.exe c:/Users/Yoyo/evogym/examples/gym_test.py Traceback (most recent call last): File "c:\Users\Yoyo\evogym\examples\gym_test.py",...
> Same as #5 , everyone with windows hits this error I have successfully installed Evogym on Ubuntu and Centos, but I don't know how to fix this issuse on...
Hi, you can refer to this page for more details about the observarion (https://github.com/Yuxing-Wang-THU/ModularEvoGym)
Make sure that you have chosen the correct python environment (if you use conda), or you can use " pip list" to check if gym is successfully installed in your...
> Tried downgrading the numpy version as follows > > !pip install --upgrade numpy===1.22.0 > > When I tried python3 gym_test.py I got the following errors > > Using Evolution...