Skip to content

Commit

Permalink
update gif in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Schneider committed Jun 26, 2020
1 parent 6ca5f1e commit 76f156c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Using deep RL for mobility management.

![example](docs/gifs/v04.gif)
![example](docs/gifs/v05.gif)

## Setup

Expand Down
2 changes: 1 addition & 1 deletion drl_mobile/env/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def train(self, stop_criteria):
log_dir=analysis.get_best_logdir(metric='episode_reward_mean'))

# plot results
# TODO: this only contains (and plots) the last 100 episodes --> not useful
# this only contains (and plots) the last 100 episodes --> not useful
# --> use tensorboard instead; or read and plot progress.csv
# eps_results = df['hist_stats']
# self.plot_learning_curve(eps_results['episode_lengths'], eps_results['episode_reward'])
Expand Down

0 comments on commit 76f156c

Please sign in to comment.