Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DelgadoPanadero authored Nov 21, 2021
1 parent 3c4ea93 commit ac0dd69
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Before going any further into myself, I'm programmed to play the [Lux Kaggle Com

## What will you find in this project?

As I said I am a lite version, I don't have all Lux rules implemented, you can check the rules and logic in the folder `doc`
You can check the rules and logic in the folder `doc`

- **City**: this is the behaviour logic for city actions. This means everytime a city is going to decide what to do in each turn it will follow this tree. First, we need to check if the city can make an action (there's a cooldown factor everytime an action is performed). If the city can act, then the action selector is _activated_ and one of both sequences is performed. The city will try to build a worker, if it can't it will turn over the reseach sequence.

Expand Down Expand Up @@ -80,3 +80,8 @@ A behaviour tree is a model of a plan execution. They describe a series of tasks

* We have a further description of how to use it [here](doc/README.md).
* To know more here's [Wikipedia](https://en.wikipedia.org/wiki/Behavior_tree_(artificial_intelligence,_robotics_and_control)).


## References (Spanish talk)

* https://youtu.be/NiixJV3c7f4?t=3878

0 comments on commit ac0dd69

Please sign in to comment.