Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
opcode81 committed Mar 6, 2024
1 parent 203127a commit 47f92b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tianshou/highlevel/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ class SamplingConfig(ToStringMixin):

num_test_episodes: int = 1
"""the total number of episodes to collect in each test step (across all test environments).
This should be a multiple of the number of test environments; if it is not, the effective
number of episodes collected will be the nearest multiple (rounded up).
"""

buffer_size: int = 4096
Expand Down

0 comments on commit 47f92b9

Please sign in to comment.