Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 541 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 541 Bytes

For SALE: State-Action Representation Learning for Deep Reinforcement Learning

Official implementation of the TD7 algorithm.

Usage

Example online RL:

python main.py --env HalfCheetah-v4

Example offline RL:

python main.py --offline --env halfcheetah-medium-v2 

Software

Results were originally collected with: