mirror of https://github.com/inclusionAI/AReaL
This commit is contained in:
parent
3a8796b93a
commit
89a8d8c46a
|
@ -207,8 +207,7 @@ def splited_sum_bool_tensor(t: torch.BoolTensor, chunk_size=256 * 1024 * 1024) -
|
|||
|
||||
|
||||
@dataclasses.dataclass
|
||||
class PPOActor(model_api.ModelInterface):
|
||||
engine: xxx
|
||||
class PPOActorInterface(model_api.ModelInterface):
|
||||
n_minibatches: int = 4
|
||||
|
||||
# Use dict here to allow argument passing through commandline.
|
||||
|
|
Loading…
Reference in New Issue