Repository for the page at: https://ianyfan.github.io/side-by-side-rl
Dependencies:
Files:
- Each directory represents one learning algorithm. Within each directory are the following files:
X.py(whereXhas the same name as the algorithm directory) contains the Python code for the algorithm.algorithm.texcontains the LaTeX description of the pseudocode from the paper.intro.htmlcontains the introduction for the algorithm shown on the website, written in HTML.
common.pycontains code that is used by the algorithms, where the implementation details are not important for the algorithms, and so can be abstracted away, such as the implementation of policy networks and replay buffers.test-algorithm.pycontains a script to test the learning algorithms.requirements.txtlists the Python libraries required to run the training code.build.pycontains the code for building the website.index-template.htmlcontains the HTML template for the website, into which the generated HTML for the algorithms are inserted.build-requirements.txtlists the Python libraries required to run the website-building script.