mirror of
https://github.com/gryf/coach.git
synced 2026-02-21 17:25:53 +01:00
Create a dataset using an agent (#306)
Generate a dataset using an agent (allowing to select between this and a random dataset)
This commit is contained in:
@@ -452,8 +452,6 @@ class EpisodicExperienceReplay(Memory):
|
||||
progress_bar.update(len(episode_ids))
|
||||
progress_bar.close()
|
||||
|
||||
self.shuffle_episodes()
|
||||
|
||||
def freeze(self):
|
||||
"""
|
||||
Freezing the replay buffer does not allow any new transitions to be added to the memory.
|
||||
|
||||
Reference in New Issue
Block a user