Skip to content

Commit

Permalink
bugfix/test_episodes (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpnota committed May 17, 2020
1 parent 657083b commit 77e63a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all/experiments/parallel_env_experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def __init__(

# test state
self._test_episodes = 100
self._test_episodes_started = 0
self._test_episodes_started = self._n_envs
self._test_returns = []
self._should_save_returns = [True] * self._n_envs

Expand Down

0 comments on commit 77e63a7

Please sign in to comment.