dopamine icon indicating copy to clipboard operation
dopamine copied to clipboard

Dopamine is a research framework for fast prototyping of reinforcement learning algorithms.

Results 104 dopamine issues
Sort by recently updated
recently updated
newest added

Some small mistakes in the Docker file created some issues on installation.

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/discrete_domains/train.py](https://github.com/google/dopamine/blob/master/dopamine/discrete_domains/train.py). To...

Following the getting started steps for installing dopamine from source on a python3.10 virtual environment, I got the following error: ``` ImportError: cannot import name 'isin' from 'jax._src.numpy.lax_numpy' ``` [this...

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/google/dopamine/blob/master/dopamine/jax/networks.py)...

I had several issues running dopamine with [the last docker image](https://github.com/google/dopamine/blob/master/docker/core/Dockerfile) because of the last Jax and CUDA changes. Particularly with the cudnn versions. I made the following changes to...

Hi. I am trying to compare my proposed algorithms with 50M frames because of high computation. I found that the benchmark is set with 'v0' which uses sticky_actions (25% random)....

The test `testSamplePairWithUnevenProbabilities` always fails if the seed setting line is removed. A better way to test might be to check if the sampled value exists in the set of...

cla: yes