Skip to content

Commit 5604327

Browse files
# 296 actual
1 parent c2e075b commit 5604327

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

experiments/dqn_space_invaders_r_noise.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
'final_prioritized_replay_beta': 1.0,
4444
'hiddens': [512],
4545
'learning_starts': 20000,
46-
'lr': 6.25e-05,
46+
# 'lr': 6.25e-05,
4747
'n_step': 1,
4848
'noisy': False,
4949
'num_atoms': 1,

run_experiments_on_cluster_nemo.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ echo "TMPDIR: " $TMPDIR
2323

2424
printenv
2525

26-
export EXP_NAME='dqn_space_invaders_r_noise_various_lrs' # Ideally contains Area of research + algorithm + dataset # Could just pass this as job name?
26+
export EXP_NAME='dqn_space_invaders_r_noise' # Ideally contains Area of research + algorithm + dataset # Could just pass this as job name?
2727

2828
echo -e '\033[32m'
2929
# Print some information about the job to STDOUT

0 commit comments

Comments
 (0)