完全最优行为树扩展算法
This commit is contained in:
parent
8a36a4ce05
commit
11c5fd684b
|
@ -53,7 +53,7 @@ iters= 10
|
||||||
BTTest(seed=seed,literals_num=literals_num,depth=depth,iters=iters)
|
BTTest(seed=seed,literals_num=literals_num,depth=depth,iters=iters)
|
||||||
```
|
```
|
||||||
|
|
||||||
### 4. `example.py` 中设计规划案例 goals, start,actions
|
### 4. `example.py` 中设计规划案例 goals, start, actions
|
||||||
|
|
||||||
```python
|
```python
|
||||||
def MoveBtoB ():
|
def MoveBtoB ():
|
||||||
|
|
Loading…
Reference in New Issue