uber-research / deep-neuroevolution

Deep Neuroevolution
Other
1.63k stars 298 forks source link

"No ROM File specified or the ROM file was not found" #28

Open arnancjlx opened 5 years ago

arnancjlx commented 5 years ago

06/09/2019 08:36:22 PM { "episode_cutoff_mode": 5000, "game": "frostbite", "l2coeff": 0.005, "model": "ModelVirtualBN", "mutation_power": 0.02, "num_test_episodes": 200, "num_validation_episodes": 30, "optimizer": { "args": { "stepsize": 0.01 }, "type": "adam" }, "population_size": 5000, "return_proc_mode": "centered_rank", "timesteps": 250000000.0 } 06/09/2019 08:36:22 PM Logging to: /tmp/tmphfvloc5w 2019-06-09 20:36:22.309953: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1312] Adding visible gpu devices: 0 2019-06-09 20:36:22.310085: I tensorflow/core/common_runtime/gpu/gpu_device.cc:993] Creating TensorFlow device (/job:localhost/replica:0/task:0/device:GPU:0 with 73 MB memory) -> physical GPU (device: 0, name: GeForce GTX 1050 Ti, pci bus id: 0000:01:00.0, compute capability: 6.1) No ROM File specified or the ROM file was not foun

I got this problem when runing es.py with the config file es_atari_config.json. anyone else encountered the same issue? It seems that the progaram has successfully loaded the config file, but failed to load rom file.

arnancjlx commented 5 years ago

I got this problem when runing es.py with the config file es_atari_config.json. anyone else encountered the same issue? It seems that the progaram has successfully loaded the config file, but failed to load rom file.