Skip to content

Releases: awjuliani/neuro-nav

Neuro-Nav 2.5.0

17 Oct 16:20
1066280
Compare
Choose a tag to compare
  • 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.

Neuro-Nav 2.4.1

09 Oct 21:46
275facd
Compare
Choose a tag to compare
  • Fixes 3D textures when environment class is reinitialized within a single python session.

Neuro-Nav 2.4.0

07 Oct 17:58
c2fa243
Compare
Choose a tag to compare
  • Refactors 2D and 3D renderers for GridEnv.
  • 3D renderer is now roughly 10x faster than before.

Neuro-Nav 2.3.0

07 Nov 18:34
12c7cfe
Compare
Choose a tag to compare

New features

  • Adds support for manual reward collection in GridEnv using the manual_collect flag on initialization.

Thanks to @quendera for contributing this feature.

Neuro-Nav 2.2.0

19 Jul 22:22
252cb21
Compare
Choose a tag to compare
  • Display reward value in symbolic observations of GridEnv.

Neuro-Nav 2.1.1

07 Jun 16:11
Compare
Choose a tag to compare
  • Fixes bug where GridEnv would crash when run on a machine without a display.

Neuro-Nav 2.1.0

06 Jun 20:43
42e1875
Compare
Choose a tag to compare
  • Add torch_obs flag to GraphEnv.
  • Fix bug in 3d observation dimension order in GridEnv.

Neuro-Nav 2.0.0

05 Jun 16:37
Compare
Choose a tag to compare
  • Add Proximal Policy Optimization (PPO) algorithm.
  • Add Soft Actor-Critic (SAC) algorithm.
  • Add Deep-RL tutorial notebook.
  • Fix bug in symbolic observation in GridEnv.
  • Miscellaneous documentation improvements.

Neuro-Nav 1.5.5

25 May 00:22
9304f8c
Compare
Choose a tag to compare
  • Fix bug in 2D grid rendering

Neuro-Nav 1.5.4

20 Apr 19:30
4ac7e0a
Compare
Choose a tag to compare
  • Use caching to significantly improve render time for visual observations in GridEnv.
  • Other minor performance improvements to GridEnv.