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

[llvm] Fix initial observation value on env.reset(). #126

Merged
merged 1 commit into from
Mar 15, 2021

Commits on Mar 15, 2021

  1. [llvm] Fix initial observation value on env.reset().

    A regression introduced in:
    
        commit 6cccf05
        Author: Chris Cummins <chrisc.101@gmail.com>
        Date:   Fri Feb 26 14:10:35 2021 +0000
    
        [llvm] Install cBench-v0 if no benchmarks are installed.
    
    means that env.reset() would not return an observation value for
    LlvmEnv instances.
    ChrisCummins committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    70cda6c View commit details
    Browse the repository at this point in the history