sfujim / TD7

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%