CC_flows / CF_PlanReflect.py
martinjosifoski's picture
Add all CF flow modulo the ones that require debugging.
9741e89
raw history blame
No virus
163 Bytes
from flows.base_flows import GeneratorCriticFlow
class CF_PlanReflect(GeneratorCriticFlow):
def __init__(self, **kwargs):
super().__init__(**kwargs)