Table of Contents
We add DreamerV3 implementations of World Models into the F1tenth ROS2 environment in PyTorch.
We referenced the following repositories for the base code:
This project:
-
Bridges the gap between 1D LiDAR data and DreamerV3's input requirements.
-
Includes a custom development environment (Gymnasium).
-
Leverages multi-core training environment to maximize computational efficiency.
-
Provides seamless integration with the ROS2 framework.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please reference CONTRIBUTING.md for detailed contribution guide.
- implemented f1tenth gym for testing environment.
- waiting on issac sim implementation for better simulation environment.
- basic structure implementation(bare bones)
- LiDAR feed for encoded latent state
- World Model implementation
- Actor-Critic implementation
- Scaling reward system
This project is licensed under the MIT license.