Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 427 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 427 Bytes

Preference-Planning-Deep-IRL

Introduction

Check my portfolio post

Dependencies

Gym
stable-baselines3
PyTorch

Usage

Take Demonstration

python3 record.py configs/[Env Name]

Train

python3 main.py configs/[Env Name]

Test

python3 test.py configs/[Env Name]