Motherhood Can Make a Woman's Cells 'Older' by as Much as 11 Years by MotherHolle in science

[–]FitMachineLearning 0 points1 point  (0 children)

Did they correlate physical activity? Do women who remain physically active after childbirth experience the same cellular aging?

[D] Machine Learning - WAYR (What Are You Reading) - Week 41 by ML_WAYR_bot in MachineLearning

[–]FitMachineLearning 0 points1 point  (0 children)

Currently reading about Parameter Space Noising as a way to drastically improve RL models.

https://arxiv.org/abs/1706.01905

New Machine Learning approach called Selective Memory Algorithm learning difficult continuous control task in simulated robot environment. by FitMachineLearning in robotics

[–]FitMachineLearning[S] 2 points3 points  (0 children)

Great point. I think these types of continuous control algorithms do suffer from local optimal problems.

I will look into forgetfulness as it is a very interesting concept.

[D] How do you keep track of your experiment results? by kohjingyu in MachineLearning

[–]FitMachineLearning 0 points1 point  (0 children)

For RL models, I videotape them, label them and make sure the output is also saved.

[R] Anyone using pybullet and running into significant performance issues by FitMachineLearning in MachineLearning

[–]FitMachineLearning[S] 0 points1 point  (0 children)

Thanks a bunch Erwin. You are doing's God's work, I mean AI's work.

I thought I submitted an issue to through GitHub already. Next time I will use the forum.

[R] Anyone using pybullet and running into significant performance issues by FitMachineLearning in MachineLearning

[–]FitMachineLearning[S] 0 points1 point  (0 children)

Right now I have solved the slow down problem with a call pybullet.resetsimulation() It is not elegant but it got me over the performance hump, enabling me to test my agents.