Skip to content

Code for "How to Solve Contextual Goal-Oriented Problems with Offline Datasets?" (https://arxiv.org/abs/2408.07753), NeurIPS 2024

Notifications You must be signed in to change notification settings

yingfan-bot/coda

Repository files navigation

Requirements

See requirements.txt.

Instructions to run

For original antmaze-v2: (replacing the env name with any of the six antmaze-v2 envs)

cd ./cgo
python main.py --env-name "antmaze-umaze-diverse-v2"

For Four Rooms: (replacing the env name with any of the six antmaze-v2 envs)

cd ./cgo
python main_four_rooms.py --env-name "antmaze-medium-play-v2"

For Random Cells: (replacing the env name with any of the six antmaze-v2 envs)

cd ./cgo
python main_cell.py --env-name "antmaze-medium-play-v2"

About

Code for "How to Solve Contextual Goal-Oriented Problems with Offline Datasets?" (https://arxiv.org/abs/2408.07753), NeurIPS 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages