Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

How to run experiment #104

Closed
klangner opened this issue Oct 16, 2020 · 1 comment · Fixed by #105
Closed

How to run experiment #104

klangner opened this issue Oct 16, 2020 · 1 comment · Fixed by #105

Comments

@klangner
Copy link

Sorry if this is trivial. But how can I run experiment?
I tried to:

  1. clone this repo
  2. Start julia inside this repo and activate the project
  3. Then I try to run experiment with:
run(E`JuliaRL_BasicDQN_CartPole`)

But I get:

ERROR: LoadError: UndefVarError: @E_cmd not defined

What am I missing?

@findmyway
Copy link
Member

Oops, sorry that I forgot to mention it clearly in README. You need to have ReinforcementLearningEnvironments installed first. And using ReinforcementLearningEnvironments.

A general tip, you can check out the test file for some more detailed usages.

using ReinforcementLearningEnvironments

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants