# simple alias
git config --global alias.somealias somegitcmd
# alias with params/options
git config --global alias.somealias 'somegitcmd -and -options here'
Docker for mac would start docker just fine, but kubernetes would be stuck indefinitely on "kubernetes starting..."
What finally seemed to do the trick was the following (although can't say for sure it wasn't a combination of multiple things - see below):
rm -rf ~/Library/Group\ Containers/group.com.docker/pki/
Presented on 2018.04.12
by Brian Zier (@bzier)
- Reinforcement Learning (adapted from lecture series; see resouces secion below)
6:23
Reinforcement Learning venn diagram (slide 6
)- Reward hypothesis (
slide 13
):All goals can be described by the maximisation of expected cumulative reward
- Goal: Select actions to maximise total future reward
Using the REST API in Neo4J 3.0.3 Community Edition, I am able to successfully see all paths between two nodes. I can find the shortest path if I specify the relationship type, but if I leave the relationship details (type, direction) off the request, I get back nothing. I would expect it to find the shortest path using any relationship type and direction. This works as expected in 2.2.3 both with and without the relationship details specified.
Interestingly, this works fine when there is more than one possible path.
Data looks like: