完全最优行为树扩展算法

This commit is contained in:
Caiyishuai 2023-11-06 17:37:48 +08:00
parent 8a36a4ce05
commit 11c5fd684b
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ iters= 10
BTTest(seed=seed,literals_num=literals_num,depth=depth,iters=iters)
```
### 4. `example.py` 中设计规划案例 goals, start,actions
### 4. `example.py` 中设计规划案例 goals, start, actions
```python
def MoveBtoB ():