j96w / MimicPlay

"MimicPlay: Long-Horizon Imitation Learning by Watching Human Play" code repository
MIT License
214 stars 23 forks source link

Fixed setup.py and added gitignore #4

Closed varunagrawal closed 6 months ago

varunagrawal commented 6 months ago

The setup.py doesn't install the package correctly since there is no find_package call to collect the necessary files. This PR fixes that.

Additionally, I've added a gitignore files to keep the workspace clean.

j96w commented 6 months ago

Thanks for the fix