fyyfu

Results 3 issues of fyyfu

The file is in [Link](https://github.com/ShangtongZhang/reinforcement-learning-an-introduction/blob/master/chapter04/gamblers_problem.py). ERROR: `RuntimeError: Invalid DISPLAY variable` The code: > matplotlib.use('Agg') might be set before code: > import matplotlib.pyplot as plt

In the `train_AREL.py`. When calculate the Reward for training the generator: ``` rewards = Variable(gen_score.data - 0 * normed_seq_log_probs.data) ``` why you minus the `0 * normed_seq_log_probs.data`? in the commit...

Hi: After reading the doc, i found it mentioned that : > One can notice that some words are missing. Indeed, some words might not be related to any other...

enhancement