Skip to content

Commit d95de87

Browse files
committed
modify sota-check a3c
1 parent 7b9ba6b commit d95de87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sota-check/run_a3c_atari.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22

3-
#SBATCH --job-name=a2c_atari
3+
#SBATCH --job-name=a3c_atari
44
#SBATCH --ntasks=32
55
#SBATCH --cpus-per-task=1
66
#SBATCH --gres=gpu:1
7-
#SBATCH --output=slurm_logs/a2c_atari_%j.txt
8-
#SBATCH --error=slurm_errors/a2c_atari_%j.txt
7+
#SBATCH --output=slurm_logs/a3c_atari_%j.txt
8+
#SBATCH --error=slurm_errors/a3c_atari_%j.txt
99

1010
current_commit=$(git rev-parse --short HEAD)
1111
project_name="torchrl-example-check-$current_commit"

0 commit comments

Comments
 (0)