Skip to content

Commit

Permalink
Merge pull request #4 from oist/jax
Browse files Browse the repository at this point in the history
Jax
  • Loading branch information
kngwyu authored Mar 21, 2024
2 parents 0082582 + f798e28 commit ed5541d
Show file tree
Hide file tree
Showing 155 changed files with 13,410 additions and 3,800 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@
**/build/
**/*.egg-info/
**/.mypy_cache/
.virtual_documents/
.ipynb_checkpoints/
analysis-notebooks/
requirements/*.txt
# This should be local
pyrightconfig.json
pyrightconfig.json
*.eqx
*.parquet
*.npz
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ nox -s smoke --no-install -- smoke-tests/circle_asexual_repr.py \
nox -s tests
```

## (WIP) Design
- Gym-like environment API (`emevo.Env`)
- `emevo.Body` as a key to physical existence of agents
- Energy/Age status of agents (`emevo.Status`)
- Birth/Hazard functions (`emevo.birth_and_death`)
# License
[Apache LICENSE 2.0][./LICENSE] holds unless otherwise noted.

`vec2d.py` is copied from [PyMunk](pymunk.org) with the license-header as-is.
Loading

0 comments on commit ed5541d

Please sign in to comment.