nielsr HF Staff commited on
Commit
87e6d6e
·
verified ·
1 Parent(s): 7d770f3

Update task category, link to main repo

Browse files

This PR changes the `task_categories` field to `robotics` for increased clarity.

It also updates the link to the code repository to the official one: https://github.com/argmax-ai/aime-v2.

Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,10 +1,11 @@
1
  ---
2
- license: mit
3
- task_categories:
4
- - reinforcement-learning
5
  language:
6
  - en
 
 
 
7
  ---
 
8
  # Data Card
9
 
10
  ## Motivation
@@ -12,7 +13,7 @@ language:
12
  > **For what purpose was the dataset created?**
13
 
14
  The dataset is created for the experiment section of our paper "Overcoming Knowledge Barriers: Online Imitation Learning from Observation with Pretrained World Models" to pretrained world models and do imitation learning. We release the datasets for the community as a common test bench for similar problems.
15
- Code available at https://github.com/IcarusWizard/AIME-NoB.
16
 
17
  > **Who created the dataset (e.g., which team, research group) and on behalf of which entity (e.g., company, institution, organization)?**
18
 
 
1
  ---
 
 
 
2
  language:
3
  - en
4
+ license: mit
5
+ task_categories:
6
+ - robotics
7
  ---
8
+
9
  # Data Card
10
 
11
  ## Motivation
 
13
  > **For what purpose was the dataset created?**
14
 
15
  The dataset is created for the experiment section of our paper "Overcoming Knowledge Barriers: Online Imitation Learning from Observation with Pretrained World Models" to pretrained world models and do imitation learning. We release the datasets for the community as a common test bench for similar problems.
16
+ Code available at https://github.com/argmax-ai/aime-v2.
17
 
18
  > **Who created the dataset (e.g., which team, research group) and on behalf of which entity (e.g., company, institution, organization)?**
19