-
Tried to run rl with new gym wrapper code and it gives out the following error
`expected dense_input to have shape (1, 10) but got array with shape (1, 2)`
this is the code `import asyncio
from…
-
Hi,
because there are problems with new CUDA 11.2 to run Tensorflow 2.3 I had to update to 2.4.
I want to run dqn_train.
Now I got error because of problems with tf.compat.v1.disable_eager_execut…
-
i am not sure what is needed in terms of Tensorflow and Keras versions, there is no clarity at all
Tensorflow 2.3+ which already contains keras
Keras_rl ????? ( this library is mostly outdate…
-
I followed the doc, **Training your fist model**, then I got the following errors. what could i do to solve this problem?
> Traceback (most recent call last):
> File "ddpg.keras-rl.py", line 87,…
-
Following error was raised when executing ddqn.py
```
Traceback (most recent call last):
File "VizDoom-Keras-RL/ddqn.py", line 309, in
r_t = agent.shape_reward(r_t, misc, prev_misc, t)
…
-
vitual environment: base
pip install keras
pip install tensorflow
pip install keras-rl
pip install keras-rl2 (参照ddpg動かすファイルcolsed issue)
をいれる。
-
Hi there,
I am trying to use your code to train some new pybullet environment. Here is my Pip log:
Keras (2.0.2)
Markdown (2.6.11)
mock (2.0.0)
numpy (1.13.3)
pbr (3.1.1)
Pillow (5.0.0)
pip (9…
-
### What happened + What you expected to happen
I want to use an environment with an observation space of 2 dimensions with the new API stack but I'm unable to do so as the `_get_encoder_config` me…
-
**Describe the bug**
`env.render()` kills my JupyterLab kernel.
**Code example**
```python
import random
import numpy as np
import gym
from tensorflow.keras.models import Sequential
from t…
-
Just a suggestion.
There are many new framework these years, is there possible to add them into Comprehensive Functionality table to compare?
like:
https://github.com/OpenRL-Lab/openrl
https://g…