Skip to content

Commit

Permalink
Open source code for adaptive behavior policy sharing(ABPS) paper.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 288816072
  • Loading branch information
Rui Wu authored and copybara-github committed Jan 9, 2020
1 parent 2033584 commit 0095e70
Show file tree
Hide file tree
Showing 16 changed files with 6,207 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ python:
- "3.6"
env:
matrix:
- PROJECT="abps"
- PROJECT="albert"
- PROJECT="attribution"
- PROJECT="axial"
Expand Down
3 changes: 3 additions & 0 deletions abps/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Adaptive Behavior Policy Sharing for data-efficient RL training
This package includes the code used to run the experiments in the NeurIPS 2019 Deep RL workshop/Optimization foundation for RL workshop paper [Data Efficient Training for Reinforcement Learning with Adaptive Behavior Policy Sharing](https://drive.google.com/file/d/1bCJg5tQQAq1CCo8IXfXjcYQk1uQjV0bp/view).

Loading

0 comments on commit 0095e70

Please sign in to comment.