-
Hello, I was wondering what is the hyperparameter used for the blue line in the README plot (`assets/Pendulum-v0_2016-07-15.png`). Information for that plot line seems to be missing from the code bloc…
-
Hi,
I am trying to run your code with tf 1.0.0, beside some changes like mul to multiply I have the following error:
**ddpg$** python pendulum_ddpg.py --device=cpu --episodes=300
Namespace(de…
-
Hi,
I tried to set the render flag to True but I received the following error:
**DDPG-master$** python3 ddpg_main.py
I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA li…
-
I'd like to adapt the ddpg agent for environments other than Pendulum-v0. One problem is that the environment action is Discrete(6) for the Atari environment but a numpy array for the Pendulum-v0 envi…
-
recently I got a windows 10 computer, successfully installed bash on ubuntu for windows, cuda, cudnn, chainer and chainerrl. But to run the example, I got the following error. Any suggestions?
(py2…
-
Trying this two different q_functions:
(non recurrent)
```
class QFunction(chainer.Chain, StateQFunction):
def __init__(self, n_input_channels=3, n_actions = 4, bias=0.1):
…
-
Hi,
Im running the code as-is for the InvertedPendulum-v1 environment. The output log looks like:
I tensorflow/stream_executor/dso_loader.cc:125] successfully opened CUDA library libcublas.so …
-
I ran this code for Pendulum-v0 environment, its too too slow on this particular environment. But its considerably faster on InvertedPendulum-v1. Do you have any idea why is it so ?
-
I installed pendulum on Python 3.2 install, and when I run it, here's what I get:
``` python
% python3
Python 3.2.3 (default, Feb 20 2013, 17:02:41)
[GCC 4.7.2] on linux2
Type "help", "copyright", …
-
Hi,
I am trying to run examples/trpo_gym.py on a remote server. I get the following error log:
```
Using gpu device 0: Tesla K80 (CNMeM is disabled, cuDNN Version is too old. Update to v5, was 4004…