Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
THURCSCT
/
SafeLIBERO
like
7
ArXiv:
arxiv:
2512.11891
Tags:
robotics
reinforcement-learning
safety
benchmark
libero
simulation
License:
mit
Dataset card
Files
Files and versions
xet
Community
1
3f291ff
SafeLIBERO
/
scripts
/
init_path.py
THURCSCT
Upload folder using huggingface_hub
39150ae
verified
5 months ago
raw
Copy download link
history
blame
Safe
119 Bytes
import
sys
import
os
path = os.path.dirname(os.path.realpath(__file__))
sys.path.insert(
0
, os.path.join(path,
"../"
))