0.0.2
Summary
- Added a JSON logger that can write experiment data to the format required by the plotting tools.
- Added JSON utils that can download JSON files from Neptune runs and concatenate them into a single file for downstream aggregation and plotting.
- Minor plotting improvements.
What's Changed
- No comma in algo names allowed. by @RuanJohn in #31
- Maintenance/unpin jax by @RuanJohn in #36
- FIX: x-label fix in sample efficiency plots. by @RuanJohn in #37
- Update README.md by @arnupretorius in #40
- Fix: Enhanced flexibility in
create_matrices_for_rliable
by @OmaymaMahjoub in #38 - Fix typos and add codespell pre-commit hook by @BioGeek in #42
- Feat: Add custom legends to plots by @RuanJohn in #43
- Feat: pull from neptune tools by @OmaymaMahjoub in #45
- Improving Error Handling in Data Processing: Raise the error and not hide it with the print by @OmaymaMahjoub in #39
- Feat/add json logger by @RuanJohn in #46
- feat: update readme with json logger details by @RuanJohn in #47
- feat: update python version and ci by @RuanJohn in #48
- chore: bump version for release by @RuanJohn in #49
- feat: don't use docker for ci by @RuanJohn in #51
- chore: use github runner for release by @RuanJohn in #50
- chore: add current dir to setup file by @RuanJohn in #52
- fix: use twine for release by @RuanJohn in #53
New Contributors
- @arnupretorius made their first contribution in #40
- @BioGeek made their first contribution in #42
Full Changelog: 0.0.1...0.0.2