Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kohonda authored Sep 23, 2024
1 parent d6fb2eb commit 72d9373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This repository contains an implementation of [Model Predictive Path Integral Control (MPPI)](https://arxiv.org/abs/1707.02342) with PyTorch to accelerate computations on the GPU.

## Tested Native Environment
- Ubuntu Focal 20.04 (LTS)
- Ubuntu Focal 20.04 and 22.04
- NVIDIA Driver 510 or later due to PyTorch 2.x (optional for GPU acceleration)

## Dependencies
Expand Down Expand Up @@ -115,4 +115,4 @@ python3 app/mountaincar.py
</p>

## Reference
- [pytorch_mppi](https://github.com/UM-ARM-Lab/pytorch_mppi)
- [pytorch_mppi](https://github.com/UM-ARM-Lab/pytorch_mppi)

0 comments on commit 72d9373

Please sign in to comment.