Skip to content

Commit a532f2d

Browse files
committed
updated HC instructions
1 parent ce21c53 commit a532f2d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

hw2/hw2_instructions.pdf

-1 Bytes
Binary file not shown.

hw2/hw2_instructions.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ \section{More Complex Tasks}
308308
Use an episode length of 150, which is shorter than the default of 1000 for HalfCheetah (which would speed up your training significantly).
309309
Search over batch sizes \texttt{b} $\in [10000,30000,50000]$ and learning rates \texttt{r} $\in [0.005, 0.01, 0.02]$ to replace \texttt{<b>} and \texttt{<r>} below:
310310
\begin{lstlisting}
311-
python train_pg_f18.py HalfCheetah-v2 -ep 150 --discount 0.9 -n 100 -e 3 -l 2 -s 32 -b <b> -lr <r> --exp_name hc_b<b>_r<r>
311+
python train_pg_f18.py HalfCheetah-v2 -ep 150 --discount 0.9 -n 100 -e 3 -l 2 -s 32 -b <b> -lr <r> -rtg --nn_baseline --exp_name hc_b<b>_r<r>
312312
\end{lstlisting}
313313
\textbf{Deliverables:}
314314
\begin{itemize}

0 commit comments

Comments
 (0)