mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +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:
@@ -49,6 +49,7 @@ class DQNNetworkParameters(NetworkParameters):
|
||||
self.batch_size = 32
|
||||
self.replace_mse_with_huber_loss = True
|
||||
self.create_target_network = True
|
||||
self.should_get_softmax_probabilities = False
|
||||
|
||||
|
||||
class DQNAgentParameters(AgentParameters):
|
||||
|
||||
Reference in New Issue
Block a user