Updated TODO
This commit is contained in:
parent
8d5d44e992
commit
4240f611ac
@ -9,7 +9,7 @@
|
||||
Fancy RL provides a minimalistic and efficient implementation of Proximal Policy Optimization (PPO) and Trust Region Policy Layers (TRPL) using primitives from [torchrl](https://pypi.org/project/torchrl/). This library focuses on providing clean, understandable code and reusable modules while leveraging the powerful functionalities of torchrl.
|
||||
|
||||
| :exclamation: This project is still WIP and not ready to be used. |
|
||||
| ------------------------------------------------------------ |
|
||||
| ----------------------------------------------------------------- |
|
||||
|
||||
## Installation
|
||||
|
||||
@ -54,6 +54,7 @@ pytest test/test_ppo.py
|
||||
|
||||
## TODO
|
||||
|
||||
- [ ] Better / more logging
|
||||
- [ ] Test / Benchmark PPO
|
||||
- [ ] Refactor Modules for TRPL
|
||||
- [ ] Get TRPL working
|
||||
|
Loading…
Reference in New Issue
Block a user