Implementation of Jump-Start Reinforcement Learning (JSRL) with Stable Baselines3
Stars
37
Forks
2
Watchers
Open Issues
4
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
32
commits
Bump version
e5f690f
Attempt to fix JSRL for OnPolicyAlgorithms
03b4aee
Implement JSRL-Random
3cd88b1
Use TD3
9d012cb
Update version
1c75e09
Update logging
6fe2464
eda736c
Fix eval/jsrl logging
4d74537
Change internal eval callback to log to jsrl
f85abf9
Fix paths
f127c89
Make JSRL update rule robust to the sign of the reward
1b867d8
Fix update rule
3161567
Parameterize JSRL
289e804
Do not call policy with empty observations
fb82fb5
Merge branch 'main' of github.com:steventango/jumpstart-rl
589074a