You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "calm/run.py", line 200, in build_alg_runner
runner.model_builder.model_factory.register_builder('amp', lambda network, **kwargs: amp_models.ModelAMPContinuous(network))
AttributeError: 'Runner' object has no attribute 'model_builder'
The text was updated successfully, but these errors were encountered:
---- Replied Message ----
| From | Nantian ***@***.***> |
| Date | 08/29/2024 17:35 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [Denys88/rl_games] Which version has this '.model_builder.model_factory.register_builder' (Issue #278) |
Same problem. How did you solve it?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
File "calm/run.py", line 200, in build_alg_runner
runner.model_builder.model_factory.register_builder('amp', lambda network, **kwargs: amp_models.ModelAMPContinuous(network))
AttributeError: 'Runner' object has no attribute 'model_builder'
The text was updated successfully, but these errors were encountered: