Skip to content

Tags: 0xangelo/raylab

Tags

v0.16.1

Toggle v0.16.1's commit message
Updated dependencies and patched vulnerabilities

No more patches for the foreseeable future

v0.16.0

Toggle v0.16.0's commit message
#### Refactorings

* (policy): streamline TorchPolicy and free functions

#### Others
* (deps): support ray-1.5.1
* substitute nnrl for raylab.torch
* (deps): add nnrl

v0.15.10

Toggle v0.15.10's commit message
Update package dependencies

v0.15.9

Toggle v0.15.9's commit message
#### Fixes

* (cli): get progress column indexes only if present in data

v0.15.7

Toggle v0.15.7's commit message
#### Fixes

* (deps): lock ray version to <1.3

v0.15.6

Toggle v0.15.6's commit message
#### Fixes

* (cli): downgrade bokeh to 2.2.2
* (cli): use future annotation style

#### Refactorings
* run isort on project
* (utils): organize exp data loading and make test

#### Docs
* (examples): update PG cartpole defaults

#### Others
* (deps): bump cachetools from 4.2.1 to 4.2.2
* (deps): bump pytorch-lightning from 1.2.9 to 1.2.10
* (deps): bump dataclasses-json from 0.5.2 to 0.5.3
* (deps): bump pytorch-lightning from 1.2.8 to 1.2.9
* (cli): annotate dashboard functions
* (cli): use subprocess.run to launch streamlit
* (deps): bump wandb from 0.10.26 to 0.10.27
* (deps): bump pytorch-lightning from 1.1.5 to 1.2.8
* (deps): run poetry lock
* (deps): bump pytorch-lightning from 1.2.7 to 1.2.8
* (deps): bump wandb from 0.10.25 to 0.10.26
* (deps): bump dm-tree from 0.1.5 to 0.1.6

v0.15.5

Toggle v0.15.5's commit message
#### New Features

* (utils): suppress PytorchLightning outputs intelligently

#### Others
* (utils): fix spelling error
* (examples): update ACKTR on pybullet cheetah
* (agents): remove unused configs in ACKTR
* ignore deprecation warnings from wandb

v0.15.4

Toggle v0.15.4's commit message
#### Others

* (examples): update ACKTR on pybullet cheetah
* (agents): remove unused configs in ACKTR

v0.15.3

Toggle v0.15.3's commit message
#### Fixes

* (options): update rllib config info for ray==1.2.0

#### Refactorings
* (policy): update lightning docs, signatures and annotations

#### Others
* set default framework option to 'torch' for trainers and policies
* (tests): remove redundant parenthesis
* (agents): pass framework as 'torch' in policy rollout test
* (policy): change model parameters to enable checkpoint tests

v0.15.2

Toggle v0.15.2's commit message
#### Others

* (torch): encase KFAC monitoring in a try-catch clause