Skip to content

Commit

Permalink
Rename batched.ipynb to batched_searches.ipynb and update it to inclu…
Browse files Browse the repository at this point in the history
…de more detailed descriptions
  • Loading branch information
flukeskywalker committed Feb 4, 2024
1 parent 6cb64e4 commit 4cc7774
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 100 deletions.
2 changes: 1 addition & 1 deletion examples/notebooks/Functional_API/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ As an alternative to its object-oriented stateful API, EvoTorch provides an API

Here are the examples demonstrating various features of this functional API:

- **[Maintaining a batch of populations using the functional EvoTorch API](batched.ipynb)**: This notebook shows how one can run optimization on a batch of populations, and how one can assign a different hyperparameter configuration for each batch item.
- **[Maintaining a batch of populations using the functional EvoTorch API](batched_searches.ipynb)**: This notebook shows how one can efficiently run multiple searches simultaneously, each with its own population and hyperparameter configuration, by maintaining a batch of populations.
- **[Solving constrained optimization problems](constrained.ipynb)**: EvoTorch provides batching-friendly constraint penalization functions that can be used with both the object-oriented API and the functional API. In addition, these constraint penalization functions can be used with gradient-based optimization. This notebook demonstrates these features.
- **[Solving reinforcement learning tasks using functional evolutionary algorithms](problem.ipynb)**: The functional evolutionary algorithm implementations of EvoTorch can be used to solve problems that are expressed using the object-oriented core API of EvoTorch. To demonstrate this, this notebook instantiates a `GymNE` problem for the reinforcement learning task "CartPole-v1", and solves it using the functional `pgpe` implementation.
Loading

0 comments on commit 4cc7774

Please sign in to comment.