Skip to content
/ TD7 Public

Author's PyTorch implementation of TD7 for online and offline RL

License

Notifications You must be signed in to change notification settings

sfujim/TD7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

Author's PyTorch implementation of TD7 for online and offline RL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages