slai / DeepThinkVLA /src /experiments /__init__.py
zhunzhang's picture
Add files using upload-large-folder tool
ca1810e verified
Raw
History Blame Contribute Delete
292 Bytes
# This file marks the experiments package for DeepThinkVLA.
# Author: Cheng Yin
# Date: 2025-09
# Copyright (c) Cheng Yin. All rights reserved.
# See LICENSE file in the project root for license information.
__all__ = [
"deepthinkvla_utils",
"libero_utils",
"run_libero_eval",
]