Hi, thanks for this cool work! I wanted to run your code, but ran into issues when setting up the python environment. I was running examples/train_pcl.py but from openrlhf.datasets.pcl_dataset import PCLDataset caused ModuleNotFoundError: No module named 'openrlhf.datasets.pcl_dataset' because this was removed in some version of openrhlf. I am not able to install an older version anymore where this works. Could you please share a working Python environment?
Hi, thanks for this cool work! I wanted to run your code, but ran into issues when setting up the python environment. I was running
examples/train_pcl.pybutfrom openrlhf.datasets.pcl_dataset import PCLDatasetcausedModuleNotFoundError: No module named 'openrlhf.datasets.pcl_dataset'because this was removed in some version of openrhlf. I am not able to install an older version anymore where this works. Could you please share a working Python environment?