Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Simplify code structure #107

Merged

Conversation

findmyway
Copy link
Member

@findmyway findmyway commented Dec 9, 2020

  • Rename API.

    • Remove get_ prefix.
    • get_terminal -> is_terminated
    • actions -> action_space
    • state_space
  • Move RandomPolicy to RLCore

  • Move environment wrapper to RLEnvs

  • Add examples to demonstrate how to write customized environments.

  • Test CommonRLInterfaces

@findmyway findmyway marked this pull request as ready for review December 14, 2020 12:59
@codecov-io
Copy link

codecov-io commented Dec 14, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@e05fefe). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #107   +/-   ##
=========================================
  Coverage          ?   78.75%           
=========================================
  Files             ?       14           
  Lines             ?      626           
  Branches          ?        0           
=========================================
  Hits              ?      493           
  Misses            ?      133           
  Partials          ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e05fefe...68ea477. Read the comment docs.

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 this pull request may close these issues.

2 participants