-
First off, great work on this library!
I'm a bit confused as to the intended pattern for actually executing the plans that come out of this GOAP implementation. If I'm understanding the API correc…
-
I called youtube-dl in script with cron.
```
0 20 20 4 * /bin/sh -c '/etc/mysh/yt.sh u-zLirE_77U'
```
yt.sh
```
#!/bin/sh
cd /mnt/sda1/yt
until youtube-dl -v https://www.youtube.com/watch?v=$1…
-
使用 GOAP 思路重写 Service Thread 的实现,一方面是为了重构,一方面是为了思路验证。
-
**Expected behavior**
_A clear and concise description of what you expected to happen._
It seems that within the GOAP framework that agents have a single fixed goal that the planner continues to m…
-
Hi, I think this is a bug - but exploring whether this just is intended behaviour that I don't currently understand?
In the demo, I'm not seeing the agent attempt to use lower priority goals, if a…
-
I tried running your code with:
python main.py --mode 0 -F Example/Decoys/complex.1.pdb
However, I receive an error:
/home/james/projects/docking/DOVE/Example/Decoys/complex.1888 created
…
-
-
运行时的很多代码基于异步服务的思想实现。服务处理事务的过程往往遵循状态机模式,事务对象沿着一个状态链条进行移动。例如:
- IO Service 的文件加载,解压,上传等各个阶段;
- Resource System 的数据加载,反序列化,依赖拉取等各个阶段;
- Asset Cook 的数据加载,导入器装配构造,烘焙逻辑执行等各个阶段。
现在这些的状态迁移系统使用 `switch…
-
**Describe the bug**
When there are many NPCs in the list in Node Viewer then it's impossible to scroll the list to see all the agents.
**Steps to Reproduce**
Steps to reproduce the behavior:
1.…
-
### 1. Current Behavior
#### 1.1. Description
Currently ingame, [Shadowflame](https://www.wowhead.com/wotlk/spell=47897/shadowflame)'s DoT part is missing spellpower coefficient, I.e. always does …