JoeyAndres / rl

Reinforcement Learning library
2 stars 0 forks source link

Multi-threading for learning algorithms. #1

Open JoeyAndres opened 7 years ago

JoeyAndres commented 7 years ago

Although intrinsics are utilized, there are no multi-threading.

See threadpool and the much warranted shared_mutex

As usual, since std::shared_mutex is c++-17, we'll utilize boost for now.