-
Notifications
You must be signed in to change notification settings - Fork 9
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
Ant-Dir Environment #12
Comments
@Folly135 Hi, I have never encountered the first problem, can you double-check if For the second problem, "null" means you will use all data in the directory to train your models. If that's what you want, then it's correct. If you find the repo and answer helpful, please star it, thank you. =) |
@LanqingLi1993 Hi! I saw the complete dataset zip you shared and compared it to the one I generated which does have issues, thanks for sharing. I would also like to ask if I can delete the npy data files for the rest of the epochs when the train epoch and eval epoch set in config are not null, it doesn't seem to affect loading the corresponding data. |
@Folly135 Hi, if you specify an epoch number rather than null in the train epoch and eval epoch, the program will load all trajectories corredponding to that epoch for training/testing. If you are certain that we will never use other npy data files, it's fine to delete them. Just be aware that the data loading utilities (e.g. |
@LanqingLi1993 Hi, I met another problem when I ran the ant-dir environment. |
@LanqingLi1993 Another issue is that I can't successfully reproduce the results in Figure 3 inside the paper in both cheetah-vel and walker_random_params environments with the offline dataset you provided. |
@Folly135 FOCAL needs to sample a batch of tasks ( For the reproduction issue, we did receive several reports and will provide an updated version of codebase at https://github.com/LanqingLi1993/FOCAL-latest, please check it out in a few days. Thank you for following our work! |
@LanqingLi1993 Thank you very much for your reply! |
@Folly135 You are welcome! Yes, you should be able to successfully reproduce Ant and HalfCheetah Envs using our latest code: https://github.com/LanqingLi1993/FOCAL-latest. Please let us know if you encounter any further issues. Thank you! |
Hi! When I generate the offline dataset corresponding to Ant-dir, I can only generate the data of goal1, and the data in the goal0 folder is always empty, how should I solve this problem?
Moreover, in the offline dataset corresponding to the cheetah-vel I generated, there is no data with train epoch 6e5, I changed the config to null in order to run it successfully, is this change correct?
The text was updated successfully, but these errors were encountered: