-
So I tried following the [overview](https://google.github.io/dopamine/docs/) and - to be honest - this has been a pain.
```
The entry point to the standard Atari 2600 experiment is [dopamine/discr…
-
By running: experimental_data = colab_utils.load_baselines('/content')
I get this error:
---------------------------------------------------------------------------
TypeError …
-
Hey,
I added my own env dopamine ( repo: [https://github.com/KatyNTsachi/Hierarchical-RL](url) )
I tried to train DQN agent on it, but it won't converge.
This is reward graph
![image](https:/…
-
The TF version in my Linux env is 2.2, i installed the dependencies based on your requirement.txt, when i run your atari demo, it note me that 'no moudle named tf.contrib', so i down the TF version t…
-
Hi,
I want to use Dopamine with my own game environnement.
I don't use asterix, pong ou atari environnement.
Dopamine allows to do stuff like that ?
Thanks
-
### Description
I ran the following code in a **Google Colab** and get the error:
```
ModuleNotFoundError: No module named 'tensorflow.compat.v2'
```
```
!pip install -q tensorflow==1.13.1
!…
-
- Loading model ...
---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
[](https://localhost:808…
-
I'm implementing my own RL framework in Jax to better understand RL algorithms and found your code very helpful
Looking at the NoisyNets implementation, on line 316 and 317 (https://github.com/goog…
-
Hello.
This is my first post, so please excuse me if there are any mistakes.
The commands used are as follows.
```python
cd reincarnating_rl
python -um reincarnating_rl.train \
--agent qd…
-
# Chapter 1
## Lesson: OpenAI Gym Installation
- See https://github.com/gutfeeling/practical_rl_for_coders/issues/10
## Lesson: Jupyter Installation
- See https://github.com/gutfeeling/practi…