-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VC models PyPi package #9
base: main
Are you sure you want to change the base?
Conversation
…aming eaif_models to vc_models and eval to cortexbench
@mathfac, when I try to run
I get
|
@@ -1,7 +1,7 @@ | |||
# @package hydra | |||
run: | |||
dir: /checkpoint/maksymets/vc/results/${hydra.job.name}/${oc.env:USER}/${WANDB.name} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These paths should not be here?
@@ -99,7 +99,7 @@ def rollout_from_init_states( | |||
# DMC test | |||
data_paths = pickle.load( | |||
open( | |||
"/checkpoint/maksymets/vc/datasets/dmc-expert-v0.1/dmc_reacher_easy-v1.pickle", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are these paths hardcoded?
@@ -4,6 +4,6 @@ run: | |||
dir: ./outputs/${hydra.job.name}/${now:%Y-%m-%d}_${now:%H-%M-%S} | |||
subdir: ${hydra.job.num}_${hydra.job.override_dirname} | |||
sweep: | |||
dir: /checkpoint/maksymets/vc/results/${hydra.job.name}/${oc.env:USER}/${now:%Y-%m-%d}_${now:%H-%M-%S} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use local paths
Implemented release of vc_models PyPi package:
requirements.txt
for dependencies.Test plan:
Build the package on for Test PyPi: https://test.pypi.org/project/vc-models/
Installed and tested it with next commnads:
pip install -i https://test.pypi.org/simple/ vc-models