Skip to content

Commit fcde3c6

Browse files
committed
update dataset license
1 parent c3cac96 commit fcde3c6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ For business inquiries, please submit this form: [NVIDIA Research Licensing](htt
1717

1818
-------
1919
## Latest Updates
20+
- [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))
2021
- [09/28/2023] **v0.1.0**: Initial code and paper release
2122

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

3537

@@ -214,6 +216,9 @@ If you are interested in the data generation code, please send an email to amand
214216
215217
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.
216218
219+
## License
220+
221+
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/).
217222
218223
## Citation
219224

mimicgen_envs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Licensed under the NVIDIA Source Code License [see LICENSE for details].
44

5-
__version__ = "0.1.0"
5+
__version__ = "0.1.1"
66

77

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

0 commit comments

Comments
 (0)