Skip to content

Releases: JdeRobot/RL-Studio

v.1.2.0

Choose a tag to compare

@sergiopaniego sergiopaniego released this 25 Jan 17:19
c461cbb
  • Big refactor
  • Support for multi-simulator started

New entrypoint

Choose a tag to compare

@igarag igarag released this 16 Jan 20:21
c3f4af3

This version adds:

  • New entry point using configuration file. This makes it easier to test different configurations without having to modify the code. It involves following abstract class patterns that, playing with inheritance, validate fields and configurations.
  • Division of the programs in 4 big blocks: agents, environments, algorithms and gazebo. This separation favors the decoupling and integration of separate improvements.
  • Validation using Pydantic. It is verified in each step that it has, at least, the necessary arguments for the operation, returning better errors in the case of missing some.

Check the commits here:

New RL-Studio version

Choose a tag to compare

@igarag igarag released this 24 Oct 19:37
55656fb

What's Changed

  • New project structure
  • Dependency management using Poetry
  • Github hooks: Pre-commit
  • Code refactoring.
  • Formatting using Black
  • Pydantic models for data grouping

Refactoring and renaming of the project

Choose a tag to compare

@igarag igarag released this 08 Jul 20:19

Include:

  • Project renaming
  • Agent structure separated by logic
  • Environments structure separated by logic
  • Appropriately separated ASCII images
  • Remove assets from repository. Use CustomRobots instead.