Skip to content

Error. How to solve this #65

@mahmedofficial

Description

@mahmedofficial

[Test 1] success_example.py:
Traceback (most recent call last):
File "/opt/simple_rl/tests/../examples/success_example.py", line 8, in
from simple_rl.planning import ValueIteration
File "/opt/simple_rl/simple_rl/init.py", line 60, in
import simple_rl.abstraction, simple_rl.agents, simple_rl.experiments, simple_rl.mdp, simple_rl.planning, simple_rl.tasks, simple_rl.utils
File "/opt/simple_rl/simple_rl/abstraction/init.py", line 2, in
from simple_rl.abstraction.AbstractionWrapperClass import AbstractionWrapper
File "/opt/simple_rl/simple_rl/abstraction/AbstractionWrapperClass.py", line 5, in
from simple_rl.agents import Agent, RMaxAgent, FixedPolicyAgent
File "/opt/simple_rl/simple_rl/agents/init.py", line 18, in
from simple_rl.agents.PolicyGradientAgentClass import PolicyGradientAgent
File "/opt/simple_rl/simple_rl/agents/PolicyGradientAgentClass.py", line 15
raise NotImplementedError("Policy Gradient has not yet been implemented.)
^
SyntaxError: EOL while scanning string literal
FAIL.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions