-
Hi @dgriff777 . Thank you for your repo. It's great that it can achieve such a high score. But I met a problem when I try to apply it to MsPacman-v0.
I simply used this command `python main.py --e…
-
Just want to clarify that there is only one saved model per environment and it will be overwritten each training epoch, right? For example, MsPacman will only have one saved model `trained_models/MsPa…
-
Hi, tflearn Team,
I use the newest tflearn and the 0.12 tensorflow try the q learning example and get the following error.
Do you know why is this happening?
Thank you!
Best,
Rui
/home/u…
-
I downloaded `$store$_action_ckpt.10.gz` and `$store$_observation_ckpt.10.gz` in `atari-replay-datasets/dqn/MsPacman/1/replay_logs`.
I found that action and observation do not match.
Specifically, t…
-
This package defines multitask schemes for Ms. Pac-Man. These are human-specified task divisions indicating when Ms. Pac-Man should switch between modes/modules while playing the game.
-
I am running the code on Windows. However, the game does not respond to my key inputs. What can be wrong?
xuehy updated
5 years ago
-
Are the 50 checkpoints indexed 0...49 or 1...50?
The following games are missing `gs://atari-replay-datasets/dqn/${g}/1/replay_logs/FILE.50.gz`
```bash
$ ./check_c50.sh
Carnival missing ckpt50…
-
I've found what I believe to be quite the mysterious (and painful) bug.
A minimal reproducing example:
```
from threading import Thread
import faulthandler
import gym
faulthandler.enable…
-
Hi,
Due to lack of resources, i cant train the models myself. Therefore, I need the pre trained models of the various games. Is it possible for you to share the models with me? It would be very hel…
-
I'm trying to add a Basic LSTM layer after the conv2d layers on the [AC3 demo](https://github.com/tflearn/tflearn/blob/master/examples/reinforcement_learning/atari_1step_qlearning.py) but I get
``…