Skip to content

Segmentation fault in certain cases when using ray with rllab. #497

Closed
@robertnishihara

Description

@robertnishihara

The following code segfaults (you have to install rllab first).

import ray
import rllab.misc.ext

ray.init()

@ray.actor
class Foo(object):
    def __init__(self):
        super().__init__()

Foo()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions