Skip to content

Commit

Permalink
Update roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
takuseno committed May 15, 2023
1 parent 67a56be commit 91e56d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ This list describes the planned features including breaking changes.

## Roadmap to v2.0.0
- [x] Change MDPDataset format to align with D4RL datasets
- [ ] Sophisticated config system using dataclasses
- [ ] Dump configuration and model parameters in a single file
- [x] Sophisticated config system using dataclasses
- [x] Dump configuration and model parameters in a single file
- [ ] Support large dataset
- [ ] Support tuple observation
- [ ] Support large-scale data-parallel offline training
- [ ] Support large-scale distributed online training
- [ ] Support Transformer architecture (e.g. Decision Transformer)
- [x] Support Transformer architecture (e.g. Decision Transformer)
- [ ] Speed up training with TorchScript
- [ ] Change library name to represent unification of offline and online

0 comments on commit 91e56d1

Please sign in to comment.