-
## 一言でいうと
OpenAIが公表した強化学習への進化戦略の適応について、より簡単な実装で比肩する性能を出せたという話。OpenAIの手法ではoptimizerを経由してpolicyを学習するなどの工夫が取られているが、本研究では純粋にpolicyの勾配を重み付き平均で更新するというかなり単純な方法をとっている。
![image](https://user-images.githu…
-
Presneter: Teawon Kim
Slide: [20171023_neuroevolution.pdf](https://oss.navercorp.com/ClovaVision/PaperReview/files/36449/20171023_neuroevolution.pdf)
Title: From Genetic algorithm to Neuro-Evolu…
-
# Drunken Walk Generator and Lattice for Deep GNN Training
## Overview
This page documents the development of a generator function and a lattice structure designed to encompass a broad range of inte…
-
Dear authors of EnzymeFlow,
I am very iterested in your work and I think your model is an excellent foundation to build from scratch enzyme generative models conditioning on target reactions.
Th…
-
# Title: From Vue 2 to Vue 3: Navigating the Evolution of a Framework
- Speaker: Manuel Göster
- Affiliation: TEAM23 GmbH
- Preferred month: September 2024
- Duration: regular (30min)
- Languag…
-
I'm having a bit of trouble with `viz.py`
When I run it like so:
sudo python3 -m scripts.viz Humanoid-v1 /tmp/es_master_25626/snapshot_iter00000_rew279.h5 --record --stochastic
I get erro…
-
- [ ] Create a minimal multiplayer game
- [x] Window showing world (GUI + data)
- [x] Avatar to move on it (world interaction)
- [ ] Leave & reload (world persistence)
- [ ] 2 players on s…
-
Currently there is no fixed metric to determine the effectiveness of the evolution process.
The solution thought of so far is to add JS bots of varying difficulty and style to compare to the popula…
-
Hi there,
I'm Mike, and I'm excited to join the conversation about Accelerationism through this project. I've always been fascinated by the rapid pace of technological and societal change and I'm e…
-
Implement different metaheuristics strategies like single solution metaheuristics (trajectory methods like hill-climbing) and population-based metaheuristics (Differential Evolution, PSO, etc.) and vi…