Skip to content

Instantly share code, notes, and snippets.

View project-dragon7's full-sized avatar

project-dragon7

View GitHub Profile
"""
random_policy.py – Random policy and rollout utility for the Crawler
=======================================================================
Classes
-------
RandomPolicy – uniform random policy; .act() and .learn() interface
Functions
---------