verityw

Results 11 comments of verityw

Resolved! I needed to add the following line to `make_cfgs()`: ``` sim_cfg.scene_dataset_config_file = settings["scene_dataset"] ``` Else, the scene dataset config file path in the dictionary would not do anything. I...

@cdfreeman-google Thanks for the response -- this seems to have worked with training ant for me as well! Follow-up: From what I understand, APG is running a bunch of environments...

Additional question I just had, is there a reason the reward plot is scaled so differently from PPO? Using PPO I seem to be able to get rewards of 5000+,...

@NielsRogge @younesbelkada I just tried out your suggestion, and sure enough, it could not overfit to them. All answers are of the form ([CLS], a, [some noun], ., [SEP]). With...

Has there been any update on this? When is the next release likely to be released?

I see. Will this work on TPU then / are TPUs one of the device that are experiencing performance regressions? I also looked into the Optimum Neuron greedy decode implementation....

Thanks for the reply -- I posted there as well. I just tried installing MineRL (via `pip install minerl==0.4.4`) and it actually gave me the exact same error as above....

I found that I had a cached copy of the requisite jar file, which I am hosting on GitHub here: https://github.com/verityw/MixinGradle-dcfaf61 After cloning, in the build.gradle file, add this to...

Thanks for the reply! How can I load the HSSD files then? It seems like the download links [here](https://github.com/3dlg-hcvc/hssd/?tab=readme-ov-file#objectnav-episode-datasets) for HSSD and ProcTHOR are identical, as it was changed 3...

Is there any update on this? Would really appreciate a pure Python example to use for research, to better integrate my existing stable-baselines code with!