General error on game PongNoFrameskip-v4
See original GitHub issueWhen I run with Pong-ram-v4 it works but when I run with PongNoFrameskip-v4 as shown below:
python/ray/rllib/train.py --run=IMPALA --config-file=my.yaml Why is the selection of the game cause this kind of error? I am going to try to update my cudnn and see if that fixes it…
My config-file is
pong-impala:
env: Pong-ram-v4
# env: PongNoFrameskip-v4
run: IMPALA
config:
sample_batch_size: 50
train_batch_size: 500
num_workers: 7
======================================== ERROR
This class is deprecated, please use tf.nn.rnn_cell.LSTMCell, which supports all the feature this cell currently has. Please replace the existing code with tf.nn.rnn_cell.LSTMCell(name='basic_lstm_cell').
WARNING: Serializing objects of type <class 'ray.rllib.evaluation.sample_batch.SampleBatch'> by expanding them as dictionaries of their fields. This behavior may be incorrect in some cases.
WARNING: Serializing objects of type <class 'ray.rllib.evaluation.sample_batch.SampleBatch'> by expanding them as dictionaries of their fields. This behavior may be incorrect in some cases.
2018-10-31 16:56:42.442805: E tensorflow/stream_executor/cuda/cuda_dnn.cc:343] Loaded runtime CuDNN library: 7.1.4 but source was compiled with: 7.2.1. CuDNN library major and minor version needs to match or have higher minor version in case of CuDNN 7.0 or later version. If using a binary install, upgrade your CuDNN library. If building from sources, make sure the library loaded at runtime is compatible with the version specified during compile configuration.
Error processing event.
Traceback (most recent call last):
File "/home/rjn/.local/lib/python2.7/site-packages/ray/tune/trial_runner.py", line 239, in _process_events
result = self.trial_executor.fetch_result(trial)
File "/home/rjn/.local/lib/python2.7/site-packages/ray/tune/ray_trial_executor.py", line 200, in fetch_result
result = ray.get(trial_future[0])
File "/home/rjn/.local/lib/python2.7/site-packages/ray/worker.py", line 2522, in get
raise RayGetError(object_ids, value)
RayGetError: Could not get objectid ObjectID(a48f0b24eaa3f88e87554a4c29634757c64a0027). It was created by remote function <unknown> which failed with:
Remote function <unknown> failed with:
Issue Analytics
- State:
- Created 5 years ago
- Comments:15 (7 by maintainers)
Top Results From Across the Web
ThomasSimonini/ppo-PongNoFrameskip-v4 - Hugging Face
This is a trained model of a PPO agent playing PongNoFrameskip-v4 using the stable-baselines3 library (our agent is the one).
Read more >Error in importing environment OpenAI Gym - Stack Overflow
Error( gym.error.Error: Unable to find game "Breakout", did you import Breakout with ale-import-roms?
Read more >Familiarize your self with the Gym environment - Mathieu Ribatet
Gym is a toolkit for developing and comparing reinforcement learning algorithms. It supports teaching agents everything from walking to playing games like Pong ......
Read more >envpool - PyPI
It has high performance (~1M raw FPS with Atari games, ~3M raw FPS with Mujoco ... We perform our benchmarks with ALE Atari...
Read more >Examples — Stable Baselines3 1.7.0a8 documentation
Training a RL agent on Atari games is straightforward thanks to make_atari_env ... 4 environments) env = make_atari_env("PongNoFrameskip-v4", n_envs=4, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ericl the old backend no longer exists.