tensorflow / tensorflow/models
Incrementing Worker.global_episode in Worker.run() in a3c_cartpole.py
Open
@MarkDaoust is already working on this.
Since May 13, 2020.
models:research
type:bug
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
In the following code the Worker.global_episode is incremented once a thread reaches the end of its own episode. But, should Worker.global_episode not be incremented once ALL threads reach their own end of episode?
if done: # done and print information
.
.
Worker.global_episode += 1
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.