Skip to content

Commit d10f667

Browse files
author
josiahls
committed
Changed:
- small fix
1 parent 65e6d70 commit d10f667

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ OpenAI environments.
110110

111111
- [ ] **Working on** **1.0.0** Base version is completed with working model visualizations proving performance / expected failure. At
112112
this point, all models should have guaranteed environments they should succeed in.
113-
- [ ] 1.1.0 More Traditional RL models
114-
- [ ] Add PPO
115-
- [ ] Add TRPO
113+
- [ ] 1.1.0 **Working on** More Traditional RL models
114+
- [ ] **Working on** Add PPO
115+
- [ ] **Working on** Add TRPO
116116
- [ ] Add D4PG
117117
- [ ] Add A2C
118118
- [ ] Add A3C

ROADMAP.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
- [X] 0.7.0 Full test suite using multi-processing. Connect to CI.
22
- [X] 0.8.0 Comprehensive model eval **debug/verify**. Each model should succeed at at least a few known environments. Also, massive refactoring will be needed.
33
- [X] 0.9.0 Notebook demonstrations of basic model usage.
4-
- [ ] **Working on** **1.0.0** Base version is completed with working model visualizations proving performance / expected failure. At
4+
- [X] **1.0.0** Base version is completed with working model visualizations proving performance / expected failure. At
55
this point, all models should have guaranteed environments they should succeed in.
6-
- [ ] 1.1.0 More Traditional RL models
7-
- [ ] Add PPO
8-
- [ ] Add TRPO
6+
- [ ] **Working on** 1.1.0 More Traditional RL models
7+
- [ ] **Working on** Add PPO
8+
- [ ] **Working on** Add TRPO
99
- [ ] Add D4PG
1010
- [ ] Add A2C
1111
- [ ] Add A3C

0 commit comments

Comments
 (0)