-
@Obliman
Do you have the model file of agent57 that has been trained? The results I trained are not good.
_Originally posted by @yuta0821 in https://github.com/yuta0821/agent57_pytor…
-
I am trying to run your code on a fresh install of Ubuntu 20.04 with Python 3.9.5, and CUDA 11.6 / cuDNN 8.3.2, but when executing main.py the following cuDNN error results:
```
$ python main.py
…
-
Hi,
I'm trying to run the Atari version of this on a quad-core and Geforce GTX1060 (3gb)
Are there any particular settings I can change to stop memory errors?
Below is the full readout I get…
-
`Agent`s are entities with a `sample_action` and `update` method, in potence.
We exclude from the list exploration strategies and curricula.
_Implement_ means either to produce new code from the pape…
-
I am trying to run Alien-v0 with 16 actors. My code is like this-
```
(snip)
from agent.processor import AtariProcessor
(snip)
ENV_NAME = "Alien-v0"
(snip)
def create_parameter(env):
proce…
-
Hi, first of all, thanks for the great repository!
I was trying to run the pendulum example but get the following error, however, it seems like the code continues till testing 5 episodes. I'm not s…
-
*please fill this in*
-
Due to the high computing power required for training, we will gradually upload data to the data hub and report the progress in this issue. We will also change the priority of training according to ne…
-
![image](https://user-images.githubusercontent.com/1320252/125286221-243f1400-e34e-11eb-81ba-20228537e208.png)
Appetizer for 3D, Neural rendering with GAN, GIRAFFE, CVPR2021 best paper
- https://a…
-
The current AtariWrapper by default has `terminate_on_life_loss` set to True. This goes against the recommendations of Revisiting the Arcade Learning Environment (https://arxiv.org/pdf/1709.06009.pdf)…