You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* sync
* finish agent.jl
* let's call it a day
* simplify code structure
* minimal code structure of RLCore
* BasicDQN now works with the new Trajectories.jl
* rename update! -> optimise! & add EpisodeStyle
* bump RLBase version
* bump version of RLCore
* finish review RLCore
* fix tests in RLCore
* improve BasicDQN
* improve BasicDQN
* fix example tests in RLEnvs
* fix rest environments
* add Experiment
* remove Manifest.toml
* cleanup unnecessary files
* pass tests
* update CI
* fix ci
* try to fix ci
* pass CI
* pass CI
* pass CI
Copy file name to clipboardExpand all lines: .cspell/cspell.json
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,10 @@
168
168
"trilcol",
169
169
"mvnormlogpdf",
170
170
"mvnormals",
171
-
"Optimise"
171
+
"Optimise",
172
+
"xlabel",
173
+
"ylabel",
174
+
"optimising"
172
175
],
173
176
"ignoreWords": [],
174
177
"minWordLength": 5,
@@ -193,4 +196,4 @@
193
196
"\\{%.*%\\}", // liquid syntax
194
197
"/^\\s*```[\\s\\S]*?^\\s*```/gm"// Another attempt at markdown code blocks. https://github.com/streetsidesoftware/vscode-spell-checker/issues/202#issuecomment-377477473
0 commit comments