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

Update encode_movesets #2

Open
RK900 opened this issue Jan 24, 2017 · 1 comment
Open

Update encode_movesets #2

RK900 opened this issue Jan 24, 2017 · 1 comment

Comments

@RK900
Copy link
Member

RK900 commented Jan 24, 2017

  • Needs to work for moves with multiple base changes in one move
  • Figure out a way to encode number of moves needed to complete the puzzle
@RK900 RK900 added this to the Encode milestone Jan 27, 2017
@RK900 RK900 closed this as completed Feb 12, 2017
@RK900 RK900 reopened this Mar 2, 2017
@RK900 RK900 changed the title Update encode_movesets Update encode_movesets & encode_movesets_style Apr 16, 2017
@RK900 RK900 added the priority label Apr 16, 2017
@RK900 RK900 changed the title Update encode_movesets & encode_movesets_style Update encode_movesets Apr 16, 2017
@RK900 RK900 removed the priority label Apr 16, 2017
@RK900
Copy link
Member Author

RK900 commented Jul 28, 2017

Can encode base pairings (G-C, G-U, A-U) as one-hots.

Current encoding of labels: [0, 0, 0, 1] # A, U, G, C

New method of encoding: [0, 0, 0, 0, 0, 0, 1, 0, 0, 0] # A, U, G, C, AU, GU, GC, UA, UG, CG

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

No branches or pull requests

1 participant