Skip to content

Releases: awjuliani/neuro-nav

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.

Neuro-Nav 1.5.3

13 Apr 14:07
cd94e0b
Compare
Choose a tag to compare
  • Fix no-op bug and add test to cover this feature in the future.

Neuro-Nav 1.5.2

28 Mar 17:04
165f5ec
Compare
Choose a tag to compare
  • Add missing PyVirtualDisplay dependency to setup.py.

Neuro-Nav 1.5.1

23 Mar 22:05
ac9f22a
Compare
Choose a tag to compare
  • Fix rendering bug with complex rewards.