Kevin Fu

Results 14 comments of Kevin Fu

I think this is a pretty perfect example as to how our gameplay system is unnecessarily over-complicated. See my last commit msg: ``` implement basic passing - buggy bc doesn't...

we didn't commit gameplay node set TestPlaySelector to `static_attack.Attack`

Proof of concept done. [Screen recording](https://drive.google.com/file/d/1qcc37rrjPIG9r0ll1Z3NgKeyKWc5ASFi/view?usp=sharing) This does not handle many edge cases, including: * when the ball is on the wall and must be dragged backwards * when the...

I'm going to hold off on reviewing this until #1644 is merged and you can actually test this cost function. Should work out of the box with pass_tactic.

@kasohrab sadly it's not so easy to put video on a static website. Rest assured we will show them fun videos/live robots on day 1.

hey @p-nayak11 , I changed some of your section to make the flow a bit better from previous sections and enforce my internal style (e.g. no bare links, active voice,...

@fourpenny the reason our CI fails seems to be that we don't have python3-venv as a dependency: ``` The virtual environment was not created successfully because ensurepip is not available....

@fourpenny nvm, it seems I've led you astray. Take the python3-venv out of requirements3.txt and try [this](https://stackoverflow.com/questions/65893608/github-actions-unable-to-set-up-python-virtual-environment) instead (the tests still fail since it's expecting to have access to a...

Thank you! Your answer makes sense. I will think over these options.