Skip to content

Commit

Permalink
Restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
i-m-iron-man committed Nov 17, 2024
1 parent 15e1e6c commit caaf063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Requires Python 3.10+, [JAX 0.4.13+](https://jax.readthedocs.io/en/latest/quicks
This is an example of agents that roll a dice.
For each agent that draws a 6, a new agent is activated.
Each agent that draws a 1 is deactivated.
The note-book implementing this can be found [here](https://github.com/i-m-iron-man/Foragax/blob/main/examples/hello_world/hello_world.ipynb).
The note-book implementing this can be found [here](https://github.com/i-m-iron-man/Foragax/blob/main/examples/basic/hello_world/hello_world.ipynb).

```python
import foragax.base.agent_classes as fgx_classes
Expand Down

0 comments on commit caaf063

Please sign in to comment.