Skip to content

Commit

Permalink
Update roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
takuseno committed Jan 12, 2024
1 parent e2423df commit 69f12d6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ This list describes the planned features including breaking changes.
- [x] Change MDPDataset format to align with D4RL datasets
- [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
- [x] Support large dataset
- [x] Support tuple observation
- [x] Support large-scale data-parallel offline training
- [x] Support Transformer architecture (e.g. Decision Transformer)
- [ ] Support training foundation models (e.g. Gato)
- [ ] Support large-scale distributed online training
- [ ] Speed up training with TorchScript
- [ ] Change library name to represent unification of offline and online

0 comments on commit 69f12d6

Please sign in to comment.