Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backward compatibility #92

Closed
Morphlng opened this issue Apr 5, 2023 · 1 comment · Fixed by #93
Closed

Backward compatibility #92

Morphlng opened this issue Apr 5, 2023 · 1 comment · Fixed by #93
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@Morphlng
Copy link

Morphlng commented Apr 5, 2023

Hi! I'm glad to see the latest upgrade of MARLlib with update to date document. But I'm a bit confused about the relationship of these Api-based usage with previous console-based usage. So, I want to make sure something:

  1. I don't see the main.py anymore, does this mean that the console-based usage is completely deprecated?
  2. Besides the change of usage, is there any algorithm related improvement? (Is there a detailed version info?)
  3. What is the relationship between previously required 4 config file and the new Api? Also, it seems like there are some new configurations, for example:
# build agent model based on env + algorithms + user preference
model = marl.build_model(env, mappo, {"core_arch": "mlp", "encode_layer": "128-256"})

# start training
mappo.fit(env, model, stop={"timesteps_total": 1000000}, checkpoint_freq=100, share_policy="group")

Is there a full document of what exactly can be configured? Or should I just refer to Ray's document?

@Theohhhu Theohhhu self-assigned this Apr 6, 2023
@Theohhhu Theohhhu added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 6, 2023
@Theohhhu Theohhhu mentioned this issue Apr 11, 2023
@Theohhhu
Copy link
Collaborator

please refer to the version info and the doc related part.

@Theohhhu Theohhhu reopened this Apr 11, 2023
@Theohhhu Theohhhu pinned this issue Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants