Skip to content

Commit

Permalink
Update tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
BillHuang2001 committed Jan 14, 2025
1 parent e066ee5 commit 8a99f2a
Show file tree
Hide file tree
Showing 3 changed files with 63,189 additions and 236 deletions.
4 changes: 2 additions & 2 deletions docs/source/example/brax.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"\n",
"Brax is a fast and fully differentiable physics engine used for research and development of robotics, human perception, materials science, reinforcement learning, and other simulation-heavy applications. \n",
"\n",
"Here we will demonstrate a \"hopper\" environment of Brax. \n",
"Here we will demonstrate a \"swimmer\" environment of Brax. \n",
"\n",
"For more information, you can browse the [Github of Brax](https://github.com/google/brax)."
]
Expand Down Expand Up @@ -140,7 +140,7 @@
"\n",
"### Initiate an algorithm and a problem\n",
"\n",
"We initiate a [PSO algorithm](#evox.algorithms.pso_variants.pso.PSO), and the problem is a [Brax problem](#evox.problems.neuroevolution.brax.BraxProblem) in \"hopper\" environment."
"We initiate a [PSO algorithm](#evox.algorithms.pso_variants.pso.PSO), and the problem is a [Brax problem](#evox.problems.neuroevolution.brax.BraxProblem) in \"swimmer\" environment."
]
},
{
Expand Down
48,362 changes: 48,343 additions & 19 deletions docs/source/guide/user/1-start.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 8a99f2a

Please sign in to comment.