HackerTrans
TopNewTrendsCommentsPastAskShowJobs

siekmanj

no profile record

Submissions

Agility’s Latest Digit Robot Prepares for Its First Job

spectrum.ieee.org
1 points·by siekmanj·3 năm trước·0 comments

Bipedal robot developed at Oregon State achieves 100m Guinness World Record

today.oregonstate.edu
7 points·by siekmanj·4 năm trước·1 comments

Agility Robotics Raises $150M

agilityrobotics.com
1 points·by siekmanj·4 năm trước·0 comments

Agility Robotics' Cassie Is Now Astonishingly Good at Stairs

spectrum.ieee.org
3 points·by siekmanj·5 năm trước·1 comments

Watch a 'blind' robot successfully navigate stairs

engadget.com
2 points·by siekmanj·5 năm trước·1 comments

comments

siekmanj
·3 năm trước·discuss
"RL: A Deep Reinforcement Learning Framework" seems to have been hallucinated, does not exist.
siekmanj
·4 năm trước·discuss
Video here: https://twitter.com/oregonstatenews/status/15747969243260108...
siekmanj
·4 năm trước·discuss
https://archive.ph/8X76D
siekmanj
·4 năm trước·discuss
True, but it's not trying to be multi-threaded, just concurrent.
siekmanj
·4 năm trước·discuss
Python has actually had concurrency since about 2019: https://docs.python.org/3/library/asyncio.html. Having used it a few times, it seems fairly sane, but tbf my experience with concurrency in other languages is fairly limited.

edit: ray https://github.com/ray-project/ray is also pretty easy to use and powerful for actual parallelism
siekmanj
·4 năm trước·discuss
From some cursory googling:

Afghanistan peak US troops: 102,000 (2011)

Gulf war peak US troops: 700,000 (1990-1991)

Iraq peak US troops: range from 168,000 - 192,000 (2007)

Vietnam peak US troops: 543,000 (1969)

Korea peak US troops: 320,000, unclear what year

edit: obviously, Russia's involvement in Ukraine over the last few days would be by far the biggest operation in Europe since WW2. Just not globally (by a long shot).
siekmanj
·5 năm trước·discuss
This is an amazing outcome. The license cost was a huge barrier to entry and the progress of deep RL generally.
siekmanj
·5 năm trước·discuss
The sim2real approach can work pretty well as long as you are very in tune with where your simulator falls short relative to the real world and take steps to circumvent those shortcomings.

Here's some work my lab did on sim2real for a roughly human-scale bipedal robot (Cassie): https://www.youtube.com/watch?v=MPhEmC6b6XU

We were able to train the robot to climb stairs completely by feel/proprioception without any sort of vision. We trained it in simulation, and then transferred it to the real world without issue.
siekmanj
·5 năm trước·discuss
Since you mentioned it--here's what Oregon State University and the Cassie group is up to these days: https://youtu.be/MPhEmC6b6XU
siekmanj
·5 năm trước·discuss
It's a German phrase which colloquially translated means 'Gotta go bro'
siekmanj
·5 năm trước·discuss
Actually, I think it is conventional neural networks which can only approximate finite state machines. RNNs are (in theory, not so much in practice) Turing complete.
siekmanj
·5 năm trước·discuss
Hey everyone, I am one of the authors of the paper described in this article. We used reinforcement learning and recurrent neural networks to learn a controller which can ascend and descend stairs without any vision-based perception, meaning that it must rely entirely on proprioception to walk. This is the first time (to our knowledge) that a human-sized bipedal robot has been able to climb real-world stairs blind to the world, and we're pretty excited about the results of this research.

Here's a link to the Arxiv submission: https://arxiv.org/abs/2105.08328

And here's the accompanying video: https://youtu.be/MPhEmC6b6XU

And an uninterrupted five-minute video of a test on an outdoor staircase: https://youtu.be/nuhHiKEtaZQ

Happy to answer any questions the HN crowd may have!
siekmanj
·5 năm trước·discuss
I was always very unimpressed with VR until I borrowed a headset to play Half Life Alyx. That game convinced me VR is the inevitable future of gaming. The rest of the industry may not be there yet, but it is an obviously superior experience.