Skip to content

Commit

Permalink
5 seeds to 3 seeds
Browse files Browse the repository at this point in the history
  • Loading branch information
lenarttreven committed Oct 12, 2023
1 parent e5c8705 commit f92b28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiments/offline_rl_from_recorded_data/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

_applicable_configs = {
'horizon_len': [200],
'seed': list(range(5)),
'seed': list(range(3)),
'project_name': [PROJECT_NAME],
'sac_num_env_steps': [2_000_000],
'bnn_train_steps': [20_000, 100_000],
Expand Down

0 comments on commit f92b28a

Please sign in to comment.