Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcj137442/nars-car-test
一个基于NARS的小车碰撞实验 | A car collision experiment based on NARS
https://github.com/arcj137442/nars-car-test
Last synced: about 5 hours ago
JSON representation
一个基于NARS的小车碰撞实验 | A car collision experiment based on NARS
- Host: GitHub
- URL: https://github.com/arcj137442/nars-car-test
- Owner: ARCJ137442
- License: gpl-3.0
- Created: 2023-11-09T06:12:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-14T13:46:29.000Z (2 months ago)
- Last Synced: 2024-09-14T23:44:19.735Z (2 months ago)
- Language: Python
- Homepage:
- Size: 24.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NARS-Car-Test
![GitHub License](https://img.shields.io/github/license/ARCJ137442/NARS-Car-Test?style=for-the-badge&color=0288d1)
![Code Size](https://img.shields.io/github/languages/code-size/ARCJ137442/NARS-Car-Test?style=for-the-badge&color=0288d1)
![Lines of Code](https://www.aschey.tech/tokei/github.com/ARCJ137442/NARS-Car-Test?style=for-the-badge&color=0288d1)
[![Language](https://img.shields.io/badge/language-Python-blue?style=for-the-badge&color=0288d1)](https://www.python.org/)![Created At](https://img.shields.io/github/created-at/ARCJ137442/NARS-Car-Test?style=for-the-badge)
![Last Commit](https://img.shields.io/github/last-commit/ARCJ137442/NARS-Car-Test?style=for-the-badge)NARS小车碰撞实验 demo
## 背景声明
1. 本仓库代码源自一篇论文使用的实验环境,并经论文原作者许可后开源
- 源论文:《像教育人一样教育机器——人类教学经验能否提升通用人工智能系统的学习效果》([CNKI](https://kns.cnki.net/kcms2/article/abstract?v=xNq_RSSxttt3moVuhU1dLLbrFbgQEvRX6hPQ-QdwpKGBtG09Ti9-EUg9PJX-HAZKRZzGYmlimREjJgGUXoJef_0S94-viGLAo33PgVlxYQvF7_7IVQOV-8BvI8Cf2-tZG5nmPxJI6xQ=&uniplatform=NZKPT&flag=copy))
- 上面的论文亦附在项目的 **essay** 文件夹内
2. 项目代码目前由仓库所有者维护,但与项目代码的原作者不是同一人
- **最终解释权归原作者所有**
3. 项目代码的最初作者即论文原作者
- 后续大部分非功能性更新由仓库所有者维护## 安装 & 使用
1. git clone仓库源代码(包含二进制文件)
2. 下载必要的依赖,如
- typing(类型提示)
- pygame & pygame_menu(GUI)
- numpy & pandas(数据表示)
- openpyxl(数据存储)
- visdom(数据可视化)
3. 从`demo.py`中启动实验环境## 软件截图
![image](https://github.com/ARCJ137442/NARS-Car-Test/assets/61109168/fc86220e-9cc0-4d88-8801-bce449572ef3)
![image](https://github.com/ARCJ137442/NARS-Car-Test/assets/61109168/69248bf9-a41c-433b-a5f7-b071a09d5e8a)## 相关项目
NARS-FighterPlane「NARS战机」by 徐博洋:
## 维护者
[@ARCJ137442](https://github.com/ARCJ137442)
## 参与贡献方式
- 可issue,可PR
- 后续维护可能不太及时,还请见谅## 开源协议
本项目开源协议为 _**GPL 3.0**_
- 衍生项目均需开源,并使用相同的开源协议