mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
Removing Egreedy from CartPole_ClippedPPO. ClippedPPO's default exploration policy is to be used instead. (#115)
This commit is contained in:
@@ -47,10 +47,9 @@ agent_params.algorithm.num_steps_between_copying_online_weights_to_target = Envi
|
|||||||
# Distributed Coach synchronization type.
|
# Distributed Coach synchronization type.
|
||||||
agent_params.algorithm.distributed_coach_synchronization_type = DistributedCoachSynchronizationType.SYNC
|
agent_params.algorithm.distributed_coach_synchronization_type = DistributedCoachSynchronizationType.SYNC
|
||||||
|
|
||||||
agent_params.exploration = EGreedyParameters()
|
|
||||||
agent_params.exploration.epsilon_schedule = LinearSchedule(1.0, 0.01, 10000)
|
|
||||||
agent_params.pre_network_filter.add_observation_filter('observation', 'normalize_observation',
|
agent_params.pre_network_filter.add_observation_filter('observation', 'normalize_observation',
|
||||||
ObservationNormalizationFilter(name='normalize_observation'))
|
ObservationNormalizationFilter(name='normalize_observation'))
|
||||||
|
|
||||||
###############
|
###############
|
||||||
# Environment #
|
# Environment #
|
||||||
###############
|
###############
|
||||||
|
|||||||
Reference in New Issue
Block a user