-
DQN Implementation Issue description
===========
Context
------------
Context
* MACOS with PySC2
* Agent development DQN Agent
* Agent code [here](https://github.com/SoyGema/Startcraft_pys…
-
Hi, my apologies if this is not the best way to request some help about brightwire.
I was trying to use the api and I sstumble on some, probably trivial problems.....
1. The first one would be, h…
-
I appended/modified this snippet:
`log_filepath = "temp/logs"`
`tb = TensorBoard (log_dir=log_filepath, histogram_freq=1)`
`dqn.fit(env, nb_steps=50000, visualize=True, verbose=2, callbacks=[tb])…
-
Hi,
I've done in 'ver1.5.5'.
I'm trying to run "scripts/example.py" code for training with command "python scripts/example.py --visualize --train --model sample"
But, the interpreter said,
![201…
-
When calling Tensorboard callback, at epoch end
It throws an error at line 862:
**summary_value.simple_value = value.item()
AttributeError: 'int' object has no attribute 'item'**
This is my …
-
The idea is to lay out a DQL setup which allows to train a neural network and then predict `limit level` for a given state.
https://ai.intel.com/demystifying-deep-reinforcement-learning/
https://m…
-
@jadermcs vou colocar aqui alguns exemplos de RL, que você pode replicar :
- Este replica a expriencia do AlphaGO para outro jogo. Acho que é um bom exemplo do que vamos tentar fazer: https://git…
-
Hello,
how can I use **callbacks** and **save_best_only = True**?
or any other way to save best weights during **dqn.fit(...**.
Thanks
-
No fault on the owner - they created a very useful package which seems to have no better alternative. But I'd like to see development continue on this and would like to contribute if I can.
I see t…
-
Hi,
AlphaZero is another RL algorithm from Google. Does it fit to be included in tensorforce?
https://medium.com/applied-data-science/how-to-build-your-own-alphazero-ai-using-python-and-keras-7f6649…