Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion _requests_for_research/cartpole.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,8 @@ <h3>Notes</h3>

<h3>Solutions</h3>

<p> Results and some intuition behind the algorithms at <a href="http://kvfrans.com/simple-algoritms-for-solving-cartpole/"> this post </a>, and <a href="https://github.com/kvfrans/openai-cartpole"> here </a> is the code used.
<p> Results and some intuition behind the algorithms at <a href="http://kvfrans.com/simple-algoritms-for-solving-cartpole/"> this post </a>, and <a href="https://github.com/kvfrans/openai-cartpole"> here </a> is the code used.</p>

<p> Updated solutions for Python 3 and TensorFlow 1.0 are provided <a href="https://github.com/tjacobs/OpenAI_agents/tree/master/cartpole">here</a>.</p>