Skip to content

Commit

Permalink
Update cartpole_evo.ipynb
Browse files Browse the repository at this point in the history
Removed old reference to deprecate spyx.axn.Axon
  • Loading branch information
kmheckel authored Apr 6, 2024
1 parent c9d2514 commit 09007b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/neuroevolution/cartpole_evo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
" # seqs is [T, F].\n",
" core = hk.DeepRNN([\n",
" hk.Linear(64, with_bias=False),\n",
" snn.LIF(64, beta=0.8, activation=spyx.axn.Axon()),\n",
" snn.LIF(64, beta=0.8),\n",
" hk.Linear(2, with_bias=False),\n",
" snn.LI(2)\n",
" ])\n",
Expand Down

0 comments on commit 09007b2

Please sign in to comment.