You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository includes the ALisp and Concurrent ALisp languages. The basic idea is that we want to make reinforcement learning algorithms more efficient. We do this by writing a "partial program", which is like a regular program with some choices left unspecified, and then apply one of a set of learning algorithms to find the optimal "completion" of that program. The framework is based on research carried out in the research group of Stuart Russell at UC Berkeley, by Ron Parr, David Andre, and Bhaskara Marthi.