Skip to content

Commit

Permalink
default params change
Browse files Browse the repository at this point in the history
  • Loading branch information
Howuhh committed Dec 4, 2023
1 parent 6ce8f74 commit 007762b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/train_meta_standalone.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -393,11 +393,11 @@
" benchmark_id: str = \"Trivial\"\n",
" # agent\n",
" action_emb_dim: int = 16\n",
" rnn_hidden_dim: int = 64\n",
" rnn_hidden_dim: int = 1024\n",
" rnn_num_layers: int = 1\n",
" head_hidden_dim: int = 64\n",
" head_hidden_dim: int = 256\n",
" # training\n",
" num_envs: int = 4096\n",
" num_envs: int = 8192\n",
" num_steps_per_env: int = 4096\n",
" num_steps_per_update: int = 32\n",
" update_epochs: int = 4\n",
Expand Down

0 comments on commit 007762b

Please sign in to comment.