Skip to content

Tags: awjuliani/neuro-nav

Tags

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor 2D Renderer and add ASCII observation type (#53)

* Refactor 2D rendering code in `GridEnv` to improve performance and readability.
* Dynamic resolution support for 2D and 3D rendering in `GridEnv` using the `resolution` argument.
* Adds `ascii` observation type for `GridEnv`.

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix for 3D textures on reinitialization (#52)

* Fixes 3D textures when environment class is reinitialized within a single python session.

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve rendering efficency (#51)

* Refactors 2D and 3D renderers for `GridEnv`.
* 3D renderer is now roughly 10x faster than before.

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Manual reward collection (with test) (#49)

* Adds manual reward creation
* Adds test for this feature
---------

Co-authored-by: quendera <[email protected]>

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Show reward value in symbolic obs (#46)

v2.1.1

Toggle v2.1.1's commit message
Minor version bump

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GraphEnv `torch_obs` (#45)

* Add `torch_obs` flag to `GraphEnv`.
* Fix bug in 3d observation dimension order in `GridEnv`.

v2.0.0

Toggle v2.0.0's commit message
Fix dependency

v1.5.5

Toggle v1.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix bug in 2D grid rendering (#43)

v1.5.4

Toggle v1.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version number (#42)

* Bump version number