Skip to content

增加safebench文件夹#105

Closed
zrx0829222 wants to merge 65 commits intoOpenHUTB:masterfrom
zrx0829222:master
Closed

增加safebench文件夹#105
zrx0829222 wants to merge 65 commits intoOpenHUTB:masterfrom
zrx0829222:master

Conversation

@zrx0829222
Copy link
Copy Markdown
Contributor

scenic_runner.py/carla_runner.py文件

包含一些运行脚本
retrieve 文件夹在项目中用于存储与场景描述检索相关的数据和代码,帮助从数据库中获取并生成动态场景。
为 Python 包 safebench 创建一个可安装的包,并指定了依赖项(gym 和 pygame)以及包的基本信息。
MIT 许可证是一个非常宽松的开源许可协议,允许他人自由地使用和修改代码,只要他们保留版权声明并且了解代码的“原样”提供,不承担任何责任。
docker 文件夹包含用于构建和运行 Docker 容器的相关配置文件(如 Dockerfile 和 run_docker.sh),目的是创建一个可重复的环境来运行项目或应用,通常用于依赖管理和环境配置。
用于存储和管理与自然语言描述生成场景相关的数据和代码。
import pygame
from tqdm import tqdm

from safebench.gym_carla.env_wrapper import VectorWrapper
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

缺少包跑不起来,需要添加或者说明如何跑

@zrx0829222
Copy link
Copy Markdown
Contributor Author

添加和说明我待会提交一个readme文件在这个文件夹里

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

注意检查,.pyc等临时文件不能放到仓库,后面都是。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants