Перевод статьи Mania Beetz про фреймворк для обучения роботов в виртуальных средах

This commit is contained in:
Igor Brylyov 2021-06-12 15:58:12 +03:00 committed by openfablab
parent 5c732dd19c
commit a3c4250675
14 changed files with 958 additions and 8 deletions

View file

@ -26,7 +26,24 @@
label: 'Технологии',
collapsed: false,
items: [
'technologies/photopolymer',
'technologies/photopolymer'
],
},
{
type: 'category',
label: 'Модели',
collapsed: false,
items: [
'models/generation',
'models/growth'
],
},
{
type: 'category',
label: 'Переводы',
collapsed: false,
items: [
'papers/mania-beetz-self-training-with-vr-2019'
],
},
{
@ -39,4 +56,4 @@
],
},
],
};
};