MuJoCoViewer

public final class MuJoCoViewer<EnvType> where EnvType : MuJoCoEnv
extension MuJoCoViewer: Renderable
  • Declaration

    Swift

    public init(env: EnvType, width: Int = 1280, height: Int = 720, title: String = "viewer")
  • Declaration

    Swift

    public func render()