Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.09 KB

File metadata and controls

42 lines (25 loc) · 1.09 KB

RLopt

Reinforcement Learning methods with advanced optimization techniques

Overview

RLopt combines state-of-the-art reinforcement learning algorithms with advanced optimization techniques. This library provides efficient implementations for training RL agents with optimized performance.

Features

  • Integration with popular RL frameworks (Stable-Baselines3, TorchRL)
  • Advanced optimization algorithms
  • Configurable training pipelines using Hydra
  • Experiment tracking with WandB

IsaacLab

For training RL agents in IsaacLab, please refer to the IsaacLab documentation and our forked version.

Requirements

  • Python 3.10 or higher
  • PyTorch
  • CUDA-compatible GPU (recommended for faster training)

Installation

pip install .

Documentation

Stay tuned for the official documentation.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.