Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 205 Bytes

File metadata and controls

14 lines (10 loc) · 205 Bytes

bc4rl

Bisimulation Critic for Reinforcement Learning

Usage:

python train.py <algo> <policy> <env> -d <device>

Example:

python train.py bsac BSACMlpPolicy lunarlander -d cuda:0