程序代写代做代考 python Hive step

step

https://github.com/uber-common/deep-neuroevolution/archive/master.zip

install gym

https://github.com/openai/gym/archive/master.zip

install redis http://download.redis.io/releases/redis-stable.tar.gz

start redis

Run sample ES experiment

cd deep-neuroevolution-master
sudo python3 -m pip install -r requirements.txt

cd gym-master
sudo python3 -m pip install -e ‘.[atari]’

cd redis-stable
make
make test
sudo make install

redis-server redis_config/redis_master.conf

redis-server redis_config/redis_local_mirror.conf

python3 -m es_distributed.main master –master_socket_path
/tmp/es_redis_master.sock –algo es –exp_file
configurations/frostbite_es.json

python3 -m es_distributed.main workers –master_host localhost —
relay_socket_path /tmp/es_redis_relay.sock –algo es –num_workers 40

https://github.com/uber-common/deep-neuroevolution/archive/master.zip
https://github.com/openai/gym/archive/master.zip
http://download.redis.io/releases/redis-stable.tar.gz