-
Hi
I am running deep_dqn_rl_trader.py and get the following error:
`TypeError: Keras symbolic inputs/outputs do not implement __len__. You may be trying to pass Keras symbolic inputs/outputs to a …
-
While trying the a3c example provided I encountered the following error:
```
Training model
Training ACAgentRunner...
[2017-04-10 16:30:50,699] Making new env: CartPole-v0
Training ACAgentRunne…
-
This happens when executed with Python (3.6.13) in a conda environment. I receive the following error:
```
Exception in thread Thread-6:
Traceback (most recent call last):
File "C:\Users\rcapu\.…
-
Is there a workaround for the `ResourceExhaustedError`?
That's what happen when I run `main.py` with a custom env:
```
Traceback (most recent call last):
File "main.py", line 125, in
m…
-
It's a minor UX improvement for `push_to_hub_keras`.
Some applications like RL or non-transformers encoder-decoder networks (CNN encoder RNN decoder) have multiple models instead of one model.
W…
-
Hi @srivatsankrishnan,
Is there any example of a random policy to collect data without any dependency on Tensorflow/Keras etc.? As all these frameworks are sort of outdated and there is very little…
-
Following the tutorial, I've trained my agent in DQN(in fact I modified it to D3QN by adding parameter enable_dueling_network=True).
Then I got the model.summary():
_________________________________…
-
Dear,
I am trying to create a my own gym environment in order to train my robotic system. I am following your tutorial, but maybe we have a mismatch in the tensorflow versions. Running your script…
-
I was wondering if you would be interested in working on the TF-RIM compatibility with tf-agents, specifically the dynamic unroll function for use in RL described here: https://www.tensorflow.org/agen…
-
**Runs without Error**
```
git clone
cd
conda create -n mpc_main python=3.10
conda activate mpc_main
SYSTEM_VERSION_COMPAT=0 pip install dmlab2d
```
**First Error**
`pip install -e …