Xinwei Chen
Xinwei Chen
Hi, I download links you provide, and double click the x86_64 file. I get the following error
Hi, Sorry for the first misunderstanding, my bad. I replace the code starts from [here](https://github.com/google/dopamine/blob/6463bfa8660daf17823825ab884b118d3a57ea4e/dopamine/agents/rainbow/rainbow_agent.py#L402) with the following code. ```python with tf.control_dependencies(validate_deps): # Ex: `v_min, v_max = 4, 8`. v_min,...
May I pull this solution to simplify the code?
Sure, no problem. But if you find this implementation is not right, please let me know. By the way, thanks for your open-source code. That's awesome.
Hi, @jyotishp. No, I did not. I used the wrapper from [env. procgen_env_wrapper.py](https://github.com/AIcrowd/neurips2020-procgen-starter-kit/blob/master/envs/procgen_env_wrapper.py]), which did not pass `rand_seed`. After you mentioned that, I also tried to add `"rand_seed=0" to `self._default_config`....