Skip to content

Commit

Permalink
Merge pull request #14 from NVlabs/fix_ds_license
Browse files Browse the repository at this point in the history
update dataset license
  • Loading branch information
amandlek authored Apr 4, 2024
2 parents c3cac96 + fcde3c6 commit 45db4b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ For business inquiries, please submit this form: [NVIDIA Research Licensing](htt

-------
## Latest Updates
- [04/04/2024] **v0.1.1**: Dataset license changed to [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/), which is less restrictive (see [License](#license))
- [09/28/2023] **v0.1.0**: Initial code and paper release

-------
Expand All @@ -30,6 +31,7 @@ For business inquiries, please submit this form: [NVIDIA Research Licensing](htt
- [Task Visualizations](#task-visualizations)
- [Data Generation Code](#data-generation-code)
- [Troubleshooting and Known Issues](#troubleshooting-and-known-issues)
- [License](#license)
- [Citation](#citation)


Expand Down Expand Up @@ -214,6 +216,9 @@ If you are interested in the data generation code, please send an email to amand
If you run into an error not documented above, please search through the [GitHub issues](https://github.com/NVlabs/mimicgen_environments/issues), and create a new one if you cannot find a fix.
## License
The code is released under the [NVIDIA Source Code License](https://github.com/NVlabs/mimicgen_environments/blob/main/LICENSE) and the datasets are released under [CC-BY 4.0](https://creativecommons.org/licenses/by/4.0/).
## Citation
Expand Down
2 changes: 1 addition & 1 deletion mimicgen_envs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Licensed under the NVIDIA Source Code License [see LICENSE for details].

__version__ = "0.1.0"
__version__ = "0.1.1"


# import tasks to make sure they are added to robosuite task registry
Expand Down

0 comments on commit 45db4b3

Please sign in to comment.