Skip to content

Commit

Permalink
Merge pull request #86 from UoA-CARES/fix-retrain.bash
Browse files Browse the repository at this point in the history
Uncomment actor and critic paths
  • Loading branch information
Bac0nEater authored Jul 26, 2023
2 parents 8b6e4d9 + 247d03b commit b04de68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/reinforcement_learning/config/train.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ train:
reward_range: 1.0
collision_range: 0.2
observation_mode: 'no_position'
# actor_path: 'rl_logs/23_07_17_01:50:30/models/actor_checkpoint.pht'
# critic_path: 'rl_logs/23_07_17_01:50:30/models/critic_checkpoint.pht'
# actor_path & critic_path must exist, it can't be commented
actor_path: ''
critic_path: ''
# gamma: 0.95
# tau: 0.005
# g: 5
Expand Down

0 comments on commit b04de68

Please sign in to comment.