Releases: polixir/RLAssistant
Releases · polixir/RLAssistant
v0.6.2
What's Changed
- Update plot_util.py by @alexfrom0815 in #45
- fix the bug that legend covers figure by @alexfrom0815 in #47
- Update delete_expt.py's comment by @xionghuichen in #48
- problems fixed by @Taurelius6 in #49
- Dev (0.6.2) by @xionghuichen in #50
- refactor(recorder): add pretty_plot mode for pretty_plot_wrapper in M…
- refactor(exp_manager): refine the error text in add_record_param
- feat(easy_plot): print information of split keys for each experiments…
- feat(easy_plot): support all hpyer-parameters filtering through ``hp_…
- refactor(easy_plot): extract the regex parser to a general function (…
- feat(easy_plot): support plotting saved images
- feat: add TIMESTAMP log
New Contributors
- @alexfrom0815 made their first contribution in #45
- @Taurelius6 made their first contribution in #49
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- Sync chenxh by @xionghuichen in #28
- Sync chenxh by @xionghuichen in #30
- Dev plot by @xionghuichen in #31
- Dev plot by @xionghuichen in #32
- feat(rla_scripts): add a migrate script by @xionghuichen in #33
- Dev by @xionghuichen in #34
- Dev by @xionghuichen in #35
- Dev: add some features for easy_plot by @xionghuichen in #36
- refactor(sync log): add port param by @Behavior-Cloning in #37
- Dev by @xionghuichen in #38
- feat(easy_log,easy_plot): add parameter.json to LOG folder. by @xionghuichen in #39
New Contributors
- @Behavior-Cloning made their first contribution in #37
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- fix the tensorboard bug by @yihaosun1124 in #3
- Dev by @xionghuichen in #4
- update readme. fix typos in yaml by @xionghuichen in #5
- fix: fix a bug of dl_framework name typos by @xionghuichen in #6
- Dev by @xionghuichen in #7
- Dev by @xionghuichen in #8
- Dev by @xionghuichen in #9
- Dev by @xionghuichen in #10
- Dev by @xionghuichen in #11
- Dev by @xionghuichen in #12
- Dev by @xionghuichen in #13
- Dev by @xionghuichen in #14
- Dev by @xionghuichen in #16
- Dev by @xionghuichen in #17
- rebase by @xionghuichen in #18
- update readme by @xionghuichen in #20
- Dev by @xionghuichen in #21
- Sync chenxh by @xionghuichen in #22
- Sync chenxh by @xionghuichen in #24
- add log formatter by @xionghuichen in #25
- add log formatter by @xionghuichen in #27
New Contributors
- @yihaosun1124 made their first contribution in #3
Full Changelog: v0.5.3...v0.6.0
v0.6.0-pre
What's Changed
- fix the tensorboard bug by @yihaosun1124 in #3
- Dev by @xionghuichen in #4
- update readme. fix typos in YAML by @xionghuichen in #5
- fix: fix a bug of dl_framework name typos by @xionghuichen in #6
- Dev by @xionghuichen in #7
- Dev by @xionghuichen in #8
- Dev by @xionghuichen in #9
- Dev by @xionghuichen in #10
- Dev by @xionghuichen in #11
- Dev by @xionghuichen in #12
- Dev by @xionghuichen in #13
New Contributors
- @yihaosun1124 made their first contribution in #3
Full Changelog: v0.5.3...v0.6.0-pre
v0.5.3
refactor:
- store experiment data to DATA_ROOT/arc/xxx when called archived_expts.
Full Changelog: xionghuichen/RLAssistant@v0.5.2...v0.5.3
v0.5.2
features:
- add a test module.
- add view_expt in rla_scripts to view brief information of experiments.
breaking change: change the name of the parameter from 'task' to 'task_table_name' in rla_scripts for better readability.