GitPedia
Arena-Rosnav

Arena-Rosnav/rosnav-rl

Modular DRL framework for autonomous robot navigation in ROS2. Plug-and-play RL backends (Stable-Baselines3, DreamerV3), composable reward functions, observation spaces & neural architectures - built for research and deployment.

5 Releases
Latest: 1y ago
Rosnav-RL 2.0v2.0.0Latest
tuananhromantuananhroman·1y ago·January 26, 2025
GitHub
v1.1.2
ReykCSReykCS·3y ago·January 30, 2023
GitHub

Removed robot model from base agent kwargs

v1.1.1
ReykCSReykCS·3y ago·January 22, 2023
GitHub

📋 Changes

  • Adapted internal naming of encoders.
  • Fixed parameter namespace
v1.1.0
ReykCSReykCS·3y ago·October 28, 2022
GitHub

In this release we added a new and better way to load models. This is only partly compatible with [Arena Benchmark](https://github.com/Arena-Rosnav/arena-rosnav) and requires specific versions in which the observation space is written to the hyperparameters file.

v1.0.0
ReykCSReykCS·3y ago·July 13, 2022
GitHub

📋 Changes

  • Provide node for testing and running ROSNav agents in every environment
  • Encoders, which provide different observation and action space architectures
  • Model with different hidden layer structures