Skip to content

Commit

Permalink
Update example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
zombie-einstein committed May 13, 2023
1 parent b34e65c commit 5d43dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/lstm_usage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"metadata": {},
"outputs": [],
"source": [
"_, agent, hidden_states = jax_ppo.init_lstm_agent(\n",
"_, agent = jax_ppo.init_lstm_agent(\n",
" k, \n",
" params,\n",
" env.action_space().shape,\n",
Expand Down

0 comments on commit 5d43dd7

Please sign in to comment.