Based on your preference you can run either run cpu or gpu docker container
cd gpu
./build.sh
cd gpu
./run.sh
cd cpu
./build.sh
cd cpu
./run.sh
cd /opt/evorobotpy2/xpendulum
python ../bin/es.py -f pendulum.ini -s 1 -p
docker ps --all # to see all the docker containers
docker start cognitive_robotics_gpu # start the docker container
docker stop cognitive_robotics_gpu # stop running docker container
docker exec -it cognitive_robotics_gpu bash # attach to docker container
docker pull prathap/cognitive_robotics_cpu:v1
docker pull prathap/cognitive_robotics_gpu:v1
Initially these scripts were written by @vladkurenkov