Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Development - |version|
* Allow communication to be one-way. Adds a :class:`~bsk_rl.act.Broadcast` action
that can be used with :class:`~bsk_rl.comm.BroadcastCommunication` to only communicate
data when the action has been called.
* Add example script for shielded training with action replacement and action masking in `Shielded training with action masking and action replacement <examples/training_with_shield.ipynb>`_.


Version 1.2.0
Expand Down
1 change: 1 addition & 0 deletions examples/_default.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ Training
time_discounted_gae
async_multiagent_training
curriculum_learning
training_with_shield

Loading