时间: 20181008 ~ 20181014

新闻

  • Parkour Atlas

    BostonDynamics 的 Atlas 又有了新的进步.

    我们知道, 10 个月前, Atlas 学会了让人咋舌的后空翻. 而5个月前的上一次亮相, Atlas 只是展示了如何在草地上跑步, 并且在跑步的时候可以调整身体重心, 似乎没有什么惊艳的地方(误)

    这一次, Atlas 可以连续跳上多个平台, 而且可以在这个过程中调整重心, 使姿态更加稳定. 这对人类来说可能没什么, 但是对于机器人, 这可是一个不小的进步.

    附: 评论区的彩蛋

    I’m surprised y’all weren’t shooting tennis balls at it while it tried jumping.


资源推荐

  • Python3 Docs — functions

  • Python Programming An Introduction to Computer Science 3rd Edition

    书还没怎么看, 这里不能算推荐吧(因为在书中出现了 windowing system, 不知道巨硬怎么想)

    不过在书的 P19 (pdf P35) 提到了 chaos functions 挺有意思的

    def main():
    x = eval(input('Enter a number between 0 and 1: '))
    for i in range(10):
        x = 3.9 * x * (1 - x)
        print(x)
    

    The function computed by this program has the general form: k(x)(l- x), where k in this case is 3. 9. This is called a logistic function. It models certain kinds of unstable electronic circuits and is also sometimes used to model population variation under limiting conditions. Repeated application of the logistic function can produce chaos.


其他

本文地址:https://jjayyyyyyy.github.io/2018/10/14/weekly_20181008_20181014.html

(END)


相关阅读