-
## Motivação
O bot tem problemas como #240 e #243, que eu poderia resolver, mas outros problemas assim podem surgir no futuro, e além disso, qualquer nova feature (sinais, carta fechada genérica) e…
-
Hey all,
We are trying to run through the example: https://poke-env.readthedocs.io/en/latest/rl_with_open_ai_gym_wrapper.html#rl-with-open-ai-gym-wrapper
however, when we run the file, we get:
…
-
Following the instructions in the README, I'm encountering this error:
```
TypeError: len is not well defined for symbolic Tensors. (activation_3/Softsign:0) Please call `x.shape` rather than `len(x…
-
Loading existing training
The RGB camera returned bad data so Im creating zero array to not break the training
Traceback (most recent call last):
File "", line 1, in
runfile('D:/RL/4Drone…
-
I am trying to log the training of my agent over time.
I am used to using tensorboard, however when I try and create a callback, i get an error when running a fit.
```
from keras.callbacks impo…
-
Hi, may I ask how can I load your pretrained .model file into Keras properly? I use tensorflow 1.13.1, Keras 2.2.4, and it seems there is a problem loading the model.
I would be very grate…
-
I tried teaching AI how to play breakout but my code crashes when I try to teach DQN model.
``
import gym
import numpy as np
import tensorflow as tf
from rl.agents.dqn import DQNAgent
from rl.po…
-
**Describe the bug**
I am working with the library for keras-rl (https://github.com/keras-rl/keras-rl) when I try to run any algorithm workin on a mujoco environment the visualization fails giving me…
-
Hey Jiri,
I wonder if you could give some guidance on how to use keras-rl in order to create your own "gym" environment.
For example, I see that your board_gym.py is based on core.py, but what for…
-
While running either DDPG agent, I encounter a value error in a Tensorflow 2 ops.py method. The problem appears to be recreated whenever the AdditionalUpdatesOptimizer class is initialized.
Error:
…