这是indexloc提供的服务,不要输入任何密码
Skip to content

Better interfaces and names for Actor, Critic, Net and other classes #1091

@MischaPanch

Description

@MischaPanch

All annotations with nn.Module should be replaced. @opcode81 feel free to extend the description, if you want to.

We could make it backwards compatible and use of the deprecation project by doing something like

@deprecated(
    deprecated_in="1.1.0",
    removed_in="2.0.0",
    details="This class has been renamed. Use CriticDiscrete instead",
)
class Critic(CriticDiscrete):
   pass

Metadata

Metadata

Assignees

Labels

refactoringNo change to functionality

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions