HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dchristian

no profile record

comments

dchristian
·mês passado·discuss
This is an interesting way to think about how to get to a minimal form of a complex system.

A friend in college told me of a research project that had managed to balance a simulated inverted pendulum in 2D using 25 neurons and back propagation. But I had done this exact problem with conventional state space controls using only 5 summations (the equivalent of 5 neurons).

After I finish patting myself on the back, you then wonder what it would take for that 25 neuron solution to keep optimizing down the theoretical 5 neuron solution? The article is an interesting approach to that problem.

The paper they reference used 3456 input neurons and 9 output neurons, with no hidden nodes. They designed their input and output differently, so it's not a direct comparison. The optimized solution has 17 inputs, 2 outputs, and 2 hidden nodes. That's a massive level of optimization.
dchristian
·mês passado·discuss
No, the bicycle is unstable. PID doesn't work well there.

In addition, it is controlling a coupled 3D system (which is unstable). This is much more than 3 PID controllers.
dchristian
·há 5 meses·discuss
This sounds like the feed of a single male. Facebook showing sleazy content/ads to single guys predates AI by a lot. Try removing your single relationship status from your profile and see what changes.
dchristian
·há 5 meses·discuss
Legged robots can be more efficient, in theory.

Whenever you drive/walk in soft terrain, the wheel/leg is constantly climbing the ramp created by it sinking into the terrain. In a perfect system, this determines how much power you need to move. This is why trains are so efficient. A hard wheel on a hard rail has very little deflection -- so excellent efficiency.

Wheels have to climb that ramp for every inch of travel. Legs get to step forward and only take that penalty for each step. If everything else is the same, the legs win on soft terrain.

But everything else is never the same :-). The early legged vehicles used linear motions, which means you have these very long sliding surfaces. This is heavy and the drive system efficiency dominates over the terrain interaction efficiency. Add in the fact that you have multiple axis to drive and the weight and drive losses really add up.

Modern dog and human style walking robots are MUCH better on efficiency than those early designs. However, they require enough sensing and compute to dynamically balance. Legs can do things that wheels can't, but you have to have smart enough software to take advantage of that. The compute available for a high radiation environment is a fraction of what is in your smartwatch. Wheels are still winning on energy efficiency, but at least it's getting closer.

I worked on Dante at CMU and Marsokhod at NASA Ames; and was in the same group that developed Ambler.
dchristian
·ano passado·discuss
Very cool write up! I'm amazed that it's running on AAA batteries.

The introduction to SDR (software defined radio) is much appreciated.

Edit: defined, not designed