オッサンはDesktopが好き

自作PCや機械学習、自転車のことを脈絡無く書きます

2021-01-01から1ヶ月間の記事一覧

Debug the cpp library built with Boost.numpy

This is personal note. Debugging boost.numpy libraries for python using gdb. The article is continued from *1. 1. Write cpp to build libraries as executable test_boost.cpp #include "./sample.cpp" #include <iostream> #include <fstream> #include <random> #include <sys/stat.h> usi</sys/stat.h></random></fstream></iostream>…

強化学習に自転車ロードレースをやらせてみる

こんにちは,changです. 今回は強化学習に自動車ロードレース(っぽいこと)をさせてみます. 勝利の行方は??? 0. 自転車ロードレース 日本では馴染みが薄い自転車ロードレースですが,ヨーロッパではサッカーやF1に次ぐ程の人気スポーツです. およそ10年…